ffmpeg: fix build on darwin

* build with gccApple
* don't delete '*.a' files when building xvidcore
This commit is contained in:
Jason \"Don\" O'Conal
2013-07-12 16:26:44 +02:00
committed by Rok Garbas
parent 7ef50f5098
commit 735555d86f
3 changed files with 22 additions and 7 deletions
@@ -78,8 +78,10 @@ stdenv.mkDerivation rec {
inherit vdpauSupport;
};
meta = {
homepage = http://www.ffmpeg.org/;
meta = with stdenv.lib; {
homepage = http://www.ffmpeg.org/;
description = "A complete, cross-platform solution to record, convert and stream audio and video";
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
}