Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185627 | Differences between
and this patch

Collapse All | Expand All

(-)ffmpeg/ffmpeg-0.4.9_p20070616-r1.ebuild.orig (-2 / +3 lines)
Lines 16-22 Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
18
IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss
18
IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss
19
	test theora threads truetype v4l x264 xvid network zlib sdl X"
19
	swscaler test theora threads truetype v4l x264 xvid network zlib sdl X"
20
20
21
RDEPEND="imlib? ( media-libs/imlib2 )
21
RDEPEND="imlib? ( media-libs/imlib2 )
22
	truetype? ( >=media-libs/freetype-2 )
22
	truetype? ( >=media-libs/freetype-2 )
Lines 114-122 Link Here
114
	use x264 && myconf="${myconf} --enable-libx264"
114
	use x264 && myconf="${myconf} --enable-libx264"
115
	use aac && myconf="${myconf} --enable-libfaad --enable-libfaac"
115
	use aac && myconf="${myconf} --enable-libfaad --enable-libfaac"
116
	use amr && myconf="${myconf} --enable-libamr-nb --enable-libamr-wb"
116
	use amr && myconf="${myconf} --enable-libamr-nb --enable-libamr-wb"
117
	use swscaler && myconf="${myconf} --enable-swscaler"
117
118
118
	myconf="${myconf} --enable-gpl --enable-pp \
119
	myconf="${myconf} --enable-gpl --enable-pp \
119
			--enable-swscaler --disable-strip"
120
			--disable-strip"
120
121
121
	tc-is-cross-compiler && myconf="${myconf} --cross-compile --arch=$(tc-arch-kernel)"
122
	tc-is-cross-compiler && myconf="${myconf} --cross-compile --arch=$(tc-arch-kernel)"
122
123

Return to bug 185627