--- ffmpeg/ffmpeg-0.4.9_p20070616-r1.ebuild.orig 2007-07-19 12:54:08.143487461 +0200 +++ ffmpeg/ffmpeg-0.4.9_p20070616-r1.ebuild.orig 2007-07-19 12:55:26.302175262 +0200 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss - test theora threads truetype v4l x264 xvid network zlib sdl X" + swscaler test theora threads truetype v4l x264 xvid network zlib sdl X" RDEPEND="imlib? ( media-libs/imlib2 ) truetype? ( >=media-libs/freetype-2 ) @@ -114,9 +114,10 @@ use x264 && myconf="${myconf} --enable-libx264" use aac && myconf="${myconf} --enable-libfaad --enable-libfaac" use amr && myconf="${myconf} --enable-libamr-nb --enable-libamr-wb" + use swscaler && myconf="${myconf} --enable-swscaler" myconf="${myconf} --enable-gpl --enable-pp \ - --enable-swscaler --disable-strip" + --disable-strip" tc-is-cross-compiler && myconf="${myconf} --cross-compile --arch=$(tc-arch-kernel)"