mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
mp4v2: Fix building with newer compilers (PR #63643)
This commit is contained in:
parent
2d2a3dcffb
commit
43392093af
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
buildFlags = [ "CXXFLAGS=-std=c++03" ];
|
||||
|
||||
# `faac' expects `mp4.h'.
|
||||
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
|
||||
|
||||
|
|
Loading…
Reference in a new issue