diff options
author | 2016-09-29 17:14:51 +0200 | |
---|---|---|
committer | 2016-09-29 17:14:58 +0200 | |
commit | d84f073bcd3e2ad62606b4f9f1cb115a394352f2 (patch) | |
tree | 7ed1600db203cfc2b5e76bc7d507d30973dae45d /media-video | |
parent | media-gfx/blender: add gcc-6 compile fix (diff) | |
download | gentoo-d84f073bcd3e2ad62606b4f9f1cb115a394352f2.tar.gz gentoo-d84f073bcd3e2ad62606b4f9f1cb115a394352f2.tar.bz2 gentoo-d84f073bcd3e2ad62606b4f9f1cb115a394352f2.zip |
media-video/ffmpeg: switch live ebuild to sdl2
Package-Manager: portage-2.3.1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 19db1ed81bff..603f9b863f4b 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -65,7 +65,7 @@ fi FFMPEG_FLAG_MAP=( +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp +gpl +hardcoded-tables +iconv lzma +network openssl +postproc - samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb + samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal @@ -221,7 +221,7 @@ RDEPEND=" rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] ) samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) - sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) + sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) |