diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-16 09:28:20 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-16 09:28:20 +0100 |
commit | 2f639c7517d38c15472ed589c75af24d37f6ea36 (patch) | |
tree | 445d34837a73eebc9700f36c7a8e9f4502b1629c | |
parent | 0271219fa8a3a8395d2bff30d244e764aff07632 (diff) | |
download | gentoo-2f639c7517d38c15472ed589c75af24d37f6ea36.tar.gz gentoo-2f639c7517d38c15472ed589c75af24d37f6ea36.tar.xz |
media-video/ffmpeg: properly disable sdl when not wanted; bug #565852
Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | media-video/ffmpeg/ffmpeg-2.8.2.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-2.8.2.ebuild b/media-video/ffmpeg/ffmpeg-2.8.2.ebuild index 2db9b73e313..2603f85443f 100644 --- a/media-video/ffmpeg/ffmpeg-2.8.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-2.8.2.ebuild @@ -65,7 +65,7 @@ fi FFMPEG_FLAG_MAP=( +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls +gpl +hardcoded-tables +iconv lzma +network openssl +postproc - samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb + samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index bbc2f79a8f0..464caa29867 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 doc gnutls +gpl +hardcoded-tables +iconv lzma +network openssl +postproc - samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb + samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal |