diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-01-24 17:13:12 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-01-24 20:30:41 +0100 |
commit | 1a94d0b121abe06c174a4f3cdd2aaf03e3c906b5 (patch) | |
tree | efb34ce2c94ca2a4808d05bc4297e2e37f504add | |
parent | dev-python/livereload: add version 2.4.1 (diff) | |
download | gentoo-1a94d0b121abe06c174a4f3cdd2aaf03e3c906b5.tar.gz gentoo-1a94d0b121abe06c174a4f3cdd2aaf03e3c906b5.tar.bz2 gentoo-1a94d0b121abe06c174a4f3cdd2aaf03e3c906b5.zip |
media-video/ffmpeg: drop quvi useflag in live ebuild, dropped upstream
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 193e37758018..ef9db8d940ba 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -79,7 +79,7 @@ FFMPEG_FLAG_MAP=( # decoders amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm - mmal modplug:libmodplug opus:libopus quvi:libquvi librtmp ssh:libssh + mmal modplug:libmodplug opus:libopus librtmp ssh:libssh schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options @@ -224,7 +224,6 @@ RDEPEND=" ) opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) - quvi? ( media-libs/libquvi:0.4[${MULTILIB_USEDEP}] ) librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] ) samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) |