treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
, dbus
|
||||
, gst_all_1
|
||||
, alsaLib
|
||||
, ffmpeg
|
||||
, ffmpeg_3
|
||||
, libjack2
|
||||
, udev
|
||||
, libva
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
alsaLib
|
||||
bluez
|
||||
dbus
|
||||
ffmpeg
|
||||
ffmpeg_3
|
||||
glib
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gstreamer
|
||||
|
||||
Reference in New Issue
Block a user