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 New Issue
Block a user