Merge pull request #5745 from matejc/ragegstreamervideo
rage: fix video for gstreamer engine
This commit is contained in:
commit
2d586477dd
@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
|
GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-good
|
||||||
gst_all_1.gst-plugins-bad ];
|
gst_all_1.gst-plugins-bad
|
||||||
|
gst_all_1.gst-libav ];
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
./autogen.sh --prefix=$out
|
./autogen.sh --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user