mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03: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 New Issue
Block a user