gstreamer.libav.withSystemLibav: default to true as agreed on #1403
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user