diff options
author | Kalin KOZHUHAROV <me.kalin@gmail.com> | 2018-05-15 14:06:23 +0200 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-02-20 10:21:38 -0500 |
commit | 473c374441108c1dee3cc752fcad3ece19be8209 (patch) | |
tree | 9affe2454a68c5e5051abc891ee7f970955237f4 /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | media-libs/aubio: Fixed build with USE="-doc" (diff) | |
download | gentoo-473c374441108c1dee3cc752fcad3ece19be8209.tar.gz gentoo-473c374441108c1dee3cc752fcad3ece19be8209.tar.bz2 gentoo-473c374441108c1dee3cc752fcad3ece19be8209.zip |
media-video/ffmpeg: add USE=vidstab
Closes: https://bugs.gentoo.org/517890
Closes: https://bugs.gentoo.org/675176
Signed-off-by: Kalin KOZHUHAROV <kalin@thinrope.net>
Signed-off-by: Kalin KOZHUHAROV <me.kalin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10810
Signed-off-by: Craig Andrews <candrews@gentoo.org>
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 855682dc540e..df4ddb5f0091 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -81,7 +81,7 @@ FFMPEG_FLAG_MAP=( # libavfilter options appkit bs2b:libbs2b chromaprint flite:libflite frei0r - fribidi:libfribidi fontconfig ladspa libass lv2 truetype:libfreetype + fribidi:libfribidi fontconfig ladspa libass lv2 truetype:libfreetype vidstab:libvidstab rubberband:librubberband zeromq:libzmq zimg:libzimg # libswresample options libsoxr @@ -236,6 +236,7 @@ RDEPEND=" vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) video_cards_nvidia? ( >=media-libs/nv-codec-headers-8.1.24.2[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) + vidstab? ( >=media-libs/vidstab-1.1.0[${MULTILIB_USEDEP}] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] |