diff options
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild b/media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild index 4b2afc5..3ca90f3 100644 --- a/media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.4.9_p20081030_p15750.ebuild @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="aac altivec amr debug dirac doc ieee1394 encode gsm ipv6 mmx mmxext vorbis test theora threads x264 xvid network zlib sdl X mp3 schroedinger - hardcoded-tables bindist v4l v4l2 ssse3 vhook" + hardcoded-tables bindist v4l v4l2 ssse3 vhook speex" RDEPEND="vhook? ( >=media-libs/imlib2-1.4.0 >=media-libs/freetype-2 ) sdl? ( >=media-libs/libsdl-1.2.10 ) @@ -108,6 +108,7 @@ src_configure() { use aac && myconf="${myconf} --enable-libfaad" use dirac && myconf="${myconf} --enable-libdirac" use schroedinger && myconf="${myconf} --enable-libschroedinger" + use speex && myconf="${myconf} --enable-libspeex" if use gsm; then myconf="${myconf} --enable-libgsm" # Crappy detection or our installation is weird, pick one (FIXME) |