gst-ffmpeg: stick to ffmpeg 0.10
This commit is contained in:
parent
5b4635d6fa
commit
70c2d2416b
1 changed files with 3 additions and 1 deletions
|
@ -4415,7 +4415,9 @@ let
|
|||
|
||||
gst_plugins_ugly = callPackage ../development/libraries/gstreamer/gst-plugins-ugly {};
|
||||
|
||||
gst_ffmpeg = callPackage ../development/libraries/gstreamer/gst-ffmpeg {};
|
||||
gst_ffmpeg = callPackage ../development/libraries/gstreamer/gst-ffmpeg {
|
||||
ffmpeg = ffmpeg_0_10;
|
||||
};
|
||||
|
||||
gst_python = callPackage ../development/libraries/gstreamer/gst-python {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue