Skip to content

Commit

Permalink
gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored and offlinehacker committed Jan 12, 2014
1 parent c8953b1 commit bd19b98
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 bd19b98

Please sign in to comment.