mediastreamer: work around a build problem

The new deprecation was most likely triggered by ffmpeg update to 2.8.*
This commit is contained in:
Vladimír Čunát 2015-11-20 09:11:13 +01:00
parent de7d60dcfa
commit 48409bd3f4
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
"--enable-glx"
];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
meta = with stdenv.lib; {
description = "a powerful and lightweight streaming engine specialized for voice/video telephony applications";
homepage = http://www.linphone.org/technical-corner/mediastreamer2/overview;

View File

@ -7685,7 +7685,6 @@ let
mdds_0_7_1 = callPackage ../development/libraries/mdds/0.7.1.nix { };
mdds = callPackage ../development/libraries/mdds { };
# failed to build
mediastreamer = callPackage ../development/libraries/mediastreamer { };
mediastreamer-openh264 = callPackage ../development/libraries/mediastreamer/msopenh264.nix { };