rage: fix video for gstreamer engine

This commit is contained in:
Matej Cotman
2015-01-13 14:59:53 +01:00
parent 2ba3653ef6
commit d4635ce968
+2 -1
View File
@@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad ];
gst_all_1.gst-plugins-bad
gst_all_1.gst-libav ];
configurePhase = ''
./autogen.sh --prefix=$out
'';