Skip to content

Commit

Permalink
gstreamer.libav.withSystemLibav: default to true as agreed on #1403
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 11, 2014
1 parent ae02a0c commit f9ca17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gstreamer/libav/default.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit f9ca17d

Please sign in to comment.