mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
gstreamer.libav.withSystemLibav: default to true as agreed on #1403
This commit is contained in:
parent
ae02a0c411
commit
f9ca17d4b1
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, python, yasm
|
{ stdenv, fetchurl, pkgconfig, python, yasm
|
||||||
, gst-plugins-base, orc, bzip2
|
, gst-plugins-base, orc, bzip2
|
||||||
, withSystemLibav ? false, libav ? null
|
, withSystemLibav ? true, libav ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert withSystemLibav -> libav != null;
|
assert withSystemLibav -> libav != null;
|
||||||
|
Loading…
Reference in New Issue
Block a user