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

This commit is contained in:
Benjamin Esham 2019-06-21 22:57:05 -04:00 committed by Vladimír Čunát
parent 2d2a3dcffb
commit 43392093af
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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";