diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-30 13:46:40 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-30 13:46:40 +0100 |
commit | 8c657857b6f569db1b8ffe5765dd9707610ae9da (patch) | |
tree | e1b99008d37776da177d0198342eb5002fbc3439 /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | media-libs/kvazaar: Initial import. Ebuild by me. (diff) | |
download | gentoo-8c657857b6f569db1b8ffe5765dd9707610ae9da.tar.gz gentoo-8c657857b6f569db1b8ffe5765dd9707610ae9da.tar.bz2 gentoo-8c657857b6f569db1b8ffe5765dd9707610ae9da.zip |
media-video/ffmpeg: Add kvazaar useflag.
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 0c3164a3aae7..a087dbc8b28e 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -90,9 +90,9 @@ FFMPEG_FLAG_MAP=( # Same as above but for encoders, i.e. they do something only with USE=encode. FFMPEG_ENCODER_FLAG_MAP=( aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame - aacplus:libaacplus faac:libfaac nvenc:nvenc openh264:libopenh264 - snappy:libsnappy theora:libtheora twolame:libtwolame wavpack:libwavpack - webp:libwebp x264:libx264 x265:libx265 xvid:libxvid + aacplus:libaacplus faac:libfaac kvazaar:libkvazaar nvenc:nvenc + openh264:libopenh264 snappy:libsnappy theora:libtheora twolame:libtwolame + wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 xvid:libxvid ) IUSE=" @@ -165,6 +165,7 @@ RDEPEND=" aacplus? ( >=media-libs/libaacplus-2.0.2-r1[${MULTILIB_USEDEP}] ) amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] ) faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) + kvazaar? ( media-libs/kvazaar[${MULTILIB_USEDEP}] ) mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) nvenc? ( >=media-video/nvenc-5 ) openh264? ( >=media-libs/openh264-1.4.0-r1[${MULTILIB_USEDEP}] ) |