--- /usr/portage/media-video/ffmpeg/ffmpeg-0.5-r1.ebuild 2009-04-05 13:37:41.000000000 +0300 +++ ffmpeg-0.5-r1.ebuild 2009-04-27 01:36:43.000000000 +0300 @@ -17,7 +17,7 @@ IUSE="+3dnow +3dnowext alsa altivec amr custom-cflags debug dirac doc ieee1394 +encode faac faad gsm ipv6 +mmx +mmxext vorbis test theora threads x264 xvid network zlib sdl X mp3 oss schroedinger +hardcoded-tables bindist - v4l v4l2 speex +ssse3 vhook jpeg2k" + v4l v4l2 speex +ssse3 vhook jpeg2k nonfree optimizations" RDEPEND="vhook? ( >=media-libs/imlib2-1.4.0 >=media-libs/freetype-2 ) sdl? ( >=media-libs/libsdl-1.2.10 ) @@ -148,6 +148,12 @@ # cross compile support tc-is-cross-compiler && myconf="${myconf} --enable-cross-compile --arch=$(tc-arch-kernel)" + # nonfree + use nonfree && myconf="${myconf} --enable-nonfree" + + # optimizations + use optimizations && myconf="${myconf} --enable-optimizations" + # Misc stuff use hardcoded-tables && myconf="${myconf} --enable-hardcoded-tables"