ffmpeg: fix build on darwin
* build with gccApple * don't delete '*.a' files when building xvidcore
This commit is contained in:
committed by
Rok Garbas
parent
7ef50f5098
commit
735555d86f
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user