diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-22 10:49:15 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-22 10:55:17 +0200 |
commit | cb06518015e41536d90e6467a44254c318dd2154 (patch) | |
tree | 675723f1779aff650c3e77ae9841a3716e446b0b /media-video | |
parent | sys-apps/systemd: Stabilize 253.3 amd64, #904753 (diff) | |
download | gentoo-cb06518015e41536d90e6467a44254c318dd2154.tar.gz gentoo-cb06518015e41536d90e6467a44254c318dd2154.tar.bz2 gentoo-cb06518015e41536d90e6467a44254c318dd2154.zip |
media-video/ffmpeg: also add qsv flag to 4.x.y branch
continuation of a0832cc15e6c5275cec5a34a2a215cc4428e3eee
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.4.4-r1.ebuild (renamed from media-video/ffmpeg/ffmpeg-4.4.4.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.4.4.ebuild b/media-video/ffmpeg/ffmpeg-4.4.4-r1.ebuild index 6354a658a46d..66c06c476313 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.4-r1.ebuild @@ -84,7 +84,7 @@ FFMPEG_FLAG_MAP=( # decoders amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 +dav1d:libdav1d fdk:libfdk-aac jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm - libaribb24 mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh + libaribb24 mmal modplug:libmodplug opus:libopus qsv:libmfx libilbc librtmp ssh:libssh speex:libspeex srt:libsrt svg:librsvg nvenc:ffnvcodec vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options @@ -244,6 +244,7 @@ RDEPEND=" opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + qsv? ( media-libs/intel-mediasdk[${MULTILIB_USEDEP}] ) rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] ) samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) |