diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-11-01 08:18:18 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-11-01 08:20:13 +0100 |
commit | e7039f10ecd428445e218ec5485efbb23f3ca447 (patch) | |
tree | 730a4445cb7071ad20267f2ea9434db04bd3b2f2 /gnu | |
parent | ee3dd7a83af94ce19ce4909b15cecc57a5c99cde (diff) | |
download | patches-e7039f10ecd428445e218ec5485efbb23f3ca447.tar patches-e7039f10ecd428445e218ec5485efbb23f3ca447.tar.gz |
gnu: dolphin-emu: Use ffmpeg instead of ffmpeg@3.4.
* gnu/packages/emulators.scm (dolphin-emu): Use ffmpeg instead of ffmpeg@3.4.
Diffstat (limited to 'gnu')
-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 2304b74e40..21a4cd55d5 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -196,7 +196,7 @@ ("bluez" ,bluez) ("curl" ,curl) ("eudev" ,eudev) - ("ffmpeg" ,ffmpeg-3.4) + ("ffmpeg" ,ffmpeg) ("font-wqy-microhei" ,font-wqy-microhei) ("freetype" ,freetype) ("glew" ,glew) |