mp4v2: Fix building with newer compilers (PR #63643)

This commit is contained in:
Benjamin Esham
2019-07-13 15:22:13 +02:00
committed by Vladimír Čunát
parent 2d2a3dcffb
commit 43392093af
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
}) })
]; ];
buildFlags = [ "CXXFLAGS=-std=c++03" ];
# `faac' expects `mp4.h'. # `faac' expects `mp4.h'.
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h"; postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";