rage: fix video for gstreamer engine

This commit is contained in:
Matej Cotman 2015-01-13 12:03:27 +01:00
parent 2ba3653ef6
commit d4635ce968

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
'';