diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-30 15:20:00 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-30 15:21:47 +0100 |
commit | 72ab475220244ac5cf7fc16dd5efb6234e57593c (patch) | |
tree | 0f5b7a4c5a7bea963c08ed6dfedd374d484184cc /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | media-libs/zimg: Initial import. Ebuild by me. (diff) | |
download | gentoo-72ab475220244ac5cf7fc16dd5efb6234e57593c.tar.gz gentoo-72ab475220244ac5cf7fc16dd5efb6234e57593c.tar.bz2 gentoo-72ab475220244ac5cf7fc16dd5efb6234e57593c.zip |
media-video/ffmpeg: Add zimg 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index a087dbc8b28e..e02d1bc7a836 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -80,7 +80,7 @@ FFMPEG_FLAG_MAP=( zvbi:libzvbi # libavfilter options bs2b:libbs2b flite:libflite frei0r fribidi:libfribidi fontconfig ladspa - libass truetype:libfreetype rubberband:librubberband + libass truetype:libfreetype rubberband:librubberband zimg:libzimg # libswresample options libsoxr # Threads; we only support pthread for now but ffmpeg supports more @@ -238,6 +238,7 @@ RDEPEND=" >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] ) xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] ) + zimg? ( media-libs/zimg[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] ) !media-video/qt-faststart |