mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
rage: fix video for gstreamer engine
This commit is contained in:
parent
2ba3653ef6
commit
d4635ce968
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue