diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-10-26 19:50:17 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-27 00:01:53 +0200 |
commit | b1c01503dfcb915c39af4a45716ebafafb806549 (patch) | |
tree | 6af8cdcb41d8ebaefd81efe0348a261909ad2524 /gnu/packages/gstreamer.scm | |
parent | 6b88912eb6c414467234678c347990181dbf848b (diff) | |
download | patches-b1c01503dfcb915c39af4a45716ebafafb806549.tar patches-b1c01503dfcb915c39af4a45716ebafafb806549.tar.gz |
gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/video.scm (ffmpeg-3.3): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index c308dc9f34..c87465db09 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -409,7 +409,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.") ("python" ,python))) (inputs `(("gst-plugins-base" ,gst-plugins-base) - ("ffmpeg" ,ffmpeg) + ("ffmpeg" ,ffmpeg-3.3) ("orc" ,orc) ("zlib" ,zlib))) (home-page "http://gstreamer.freedesktop.org/") |