diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-14 12:46:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-19 18:40:58 +0200 |
commit | 454f595ffdafab955ca160e1a1c79481a18d261d (patch) | |
tree | 776c24abe1f135924623c3fc9d7f2a4badc65c4b /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | gui-apps/mako: 1.4 stable (diff) | |
download | gentoo-454f595ffdafab955ca160e1a1c79481a18d261d.tar.gz gentoo-454f595ffdafab955ca160e1a1c79481a18d261d.tar.bz2 gentoo-454f595ffdafab955ca160e1a1c79481a18d261d.zip |
media-video/ffmpeg: disable harcoded tables in live ebuild
Closes: https://bugs.gentoo.org/668636
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 7c83f6a4c05e..51034ea1e89b 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -64,7 +64,7 @@ fi # foo is added to IUSE. FFMPEG_FLAG_MAP=( +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp - +gpl +hardcoded-tables +iconv libressl:libtls libxml2 lzma +network opencl + +gpl hardcoded-tables +iconv libressl:libtls libxml2 lzma +network opencl openssl +postproc samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options |