mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
gst-ffmpeg: stick to ffmpeg 0.10
This commit is contained in:
parent
5b4635d6fa
commit
70c2d2416b
@ -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 New Issue
Block a user