summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-11-06 12:04:22 -0500
committerCraig Andrews <candrews@gentoo.org>2018-11-06 12:04:22 -0500
commitae0bd8f1a5eebb48a588bb8010436c4b13dd3ec8 (patch)
tree6224ada8066b61196a8ec52d19e8564941d3fee1 /media-video/ffmpeg/ffmpeg-3.2.6.ebuild
parentmedia-libs/nv-codec-headers: Add ~x86 keyword (diff)
downloadgentoo-ae0bd8f1a5eebb48a588bb8010436c4b13dd3ec8.tar.gz
gentoo-ae0bd8f1a5eebb48a588bb8010436c4b13dd3ec8.tar.bz2
gentoo-ae0bd8f1a5eebb48a588bb8010436c4b13dd3ec8.zip
media-video/ffmpeg: Drop USE celt
Bug: https://bugs.gentoo.org/664158 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-3.2.6.ebuild')
-rw-r--r--media-video/ffmpeg/ffmpeg-3.2.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index d133d024790d..7969d816201c 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -73,7 +73,7 @@ FFMPEG_FLAG_MAP=(
libv4l:libv4l2 pulseaudio:libpulse
# decoders
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
- jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm
+ jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx
zvbi:libzvbi
@@ -159,7 +159,6 @@ RDEPEND="
bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] )
bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
- celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] )
chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] )
ebur128? ( >=media-libs/libebur128-1.1.0[${MULTILIB_USEDEP}] )
encode? (
@@ -380,6 +379,7 @@ multilib_src_configure() {
--enable-avfilter
--enable-avresample
--disable-stripping
+ --disable-libcelt # bug #664158
"${myconf[@]}"
)