mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
mp4v2: Fix building with newer compilers (PR #63643)
This commit is contained in:
parent
2d2a3dcffb
commit
43392093af
|
@ -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