diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-22 04:31:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-22 04:31:55 +0300 |
commit | 30e7793280f1f67dc03525ee823a347b1acf7358 (patch) | |
tree | 69722fd960c3a02d64cb0c294dc2dc9fad32fc2c /media-video | |
parent | 27eebba5f5ecc1b8079a8c9912c9b9403e86c3f8 (diff) |
modified: media-video/ffmpeg/ffmpeg-20099999-r2.ebuild
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-20099999-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild b/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild index 015275b..b4750a4 100644 --- a/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild +++ b/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="+3dnow +3dnowext +alsa altivec amr custom-cflags debug dirac doc ieee1394 - +encode +faac +faad gsm ipv6 +mmx +mmxext +vorbis test theora +threads + +encode +faac gsm ipv6 +mmx +mmxext +vorbis test theora +threads +x264 +xvid network zlib sdl X +mp3 oss schroedinger +hardcoded-tables bindist v4l v4l2 speex +ssse3 jpeg2k" @@ -27,7 +27,6 @@ RDEPEND="sdl? ( >=media-libs/libsdl-1.2.10 ) theora? ( media-libs/libtheora media-libs/libogg ) x264? ( >=media-libs/x264-0.0.20081006 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) - faad? ( >=media-libs/faad2-2.6.1 ) zlib? ( sys-libs/zlib ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) @@ -91,7 +90,6 @@ src_compile() { use threads && myconf="${myconf} --enable-pthreads" # Decoders - use faad && myconf="${myconf} --enable-libfaad" use dirac && myconf="${myconf} --enable-libdirac" use schroedinger && myconf="${myconf} --enable-libschroedinger" use speex && myconf="${myconf} --enable-libspeex" |