diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-23 08:07:10 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-23 15:44:39 +0200 |
commit | 06079c196c426cd84242c4e55b7227bcc5ecf290 (patch) | |
tree | 81752cdf37bdb92e142d9dac83d9c002d7398abe /gnu/packages/emulators.scm | |
parent | 5e5d6613a3837586ccab51cd988b44c7df99253b (diff) | |
download | patches-06079c196c426cd84242c4e55b7227bcc5ecf290.tar patches-06079c196c426cd84242c4e55b7227bcc5ecf290.tar.gz |
gnu: ffmpeg: Update to 4.0.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.
* gnu/packages/video.scm (ffmpeg@3.4): New variable.
* gnu/packages/video.scm (ffmpeg-git): Remove variable.
* gnu/packages/video.scm (mpv)[inputs]: Build with ffmpeg instead of ffmpeg-git.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
* gnu/packages/messaging.scm (qtox)[inputs]: Build with ffmpeg@3.4 instead of
ffmpeg.
* gnu/packages/emulators.scm (dolphin-emu)[inputs]: Build with ffmpeg@3.4
instead of ffmpeg.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 79947059bd..75b191c067 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -186,7 +186,7 @@ ("bluez" ,bluez) ("curl" ,curl) ("eudev" ,eudev) - ("ffmpeg" ,ffmpeg) + ("ffmpeg" ,ffmpeg-3.4) ("font-wqy-microhei" ,font-wqy-microhei) ("freetype" ,freetype) ("glew" ,glew) |