mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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
|
||||
, gst-plugins-base, orc, bzip2
|
||||
, withSystemLibav ? false, libav ? null
|
||||
, withSystemLibav ? true, libav ? null
|
||||
}:
|
||||
|
||||
assert withSystemLibav -> libav != null;
|
||||
|
|
Loading…
Reference in a new issue