diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-02 15:03:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-02 15:03:54 +0200 |
commit | f6cd414f0ef894bdb7f518c3b9935c11cdc5011e (patch) | |
tree | ddf38ed54b5ee725ea86d566f2fd55621feba67a /media-video | |
parent | dev-python/flask-mongoengine: Bump to 0.9.5 (diff) | |
download | gentoo-f6cd414f0ef894bdb7f518c3b9935c11cdc5011e.tar.gz gentoo-f6cd414f0ef894bdb7f518c3b9935c11cdc5011e.tar.bz2 gentoo-f6cd414f0ef894bdb7f518c3b9935c11cdc5011e.zip |
media-video/ffmpeg: enable dav1d by default
AV1 is going to be the new standard and FFmpeg does not have an internal decoder
but relies on dav1d. Enable it by default to ensure playback of standard formats
works out of the box.
Closes: https://bugs.gentoo.org/712268
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild b/media-video/ffmpeg/ffmpeg-4.3.ebuild index c0ff83aacf25..78c106e21963 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild @@ -77,7 +77,7 @@ FFMPEG_FLAG_MAP=( # indevs libv4l:libv4l2 pulseaudio:libpulse libdrm jack:libjack # decoders - amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 dav1d:libdav1d fdk:libfdk-aac + 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 speex:libspeex srt:libsrt svg:librsvg video_cards_nvidia:ffnvcodec diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index ab35ad930eee..38ae54ed0ace 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -77,7 +77,7 @@ FFMPEG_FLAG_MAP=( # indevs libv4l:libv4l2 pulseaudio:libpulse libdrm jack:libjack # decoders - amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 dav1d:libdav1d fdk:libfdk-aac + 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 speex:libspeex srt:libsrt svg:librsvg video_cards_nvidia:ffnvcodec |