forked from mirrors/nixpkgs
Merge pull request #5840 from puffnfresh/feature/gst-enable-experimental
Enable experimental for gst-plugins-good
This commit is contained in:
commit
524881e4a1
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches = [ ./v4l.patch ./linux-headers-3.9.patch ];
|
||||
|
||||
configureFlags = "--disable-oss";
|
||||
configureFlags = "--enable-experimental --disable-oss";
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig glib gstreamer gst_plugins_base pulseaudio ]
|
||||
|
|
Loading…
Reference in a new issue