gstreamer.libav.withSystemLibav: default to true as agreed on #1403

This commit is contained in:
Domen Kožar 2014-01-11 21:39:47 +01:00
parent ae02a0c411
commit f9ca17d4b1

View File

@ -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;