mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Enable experimental for gst-plugins-good
This enables v4l2sink, a way of piping input into v4l2loopback. This is useful for using a phone camera as a webcam, for example.
This commit is contained in:
parent
fb921695b6
commit
8c66a5e8c0
|
@ -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