mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
mediastreamer: work around a build problem
The new deprecation was most likely triggered by ffmpeg update to 2.8.*
This commit is contained in:
parent
de7d60dcfa
commit
48409bd3f4
@ -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;
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user