Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267596
Collapse All | Expand All

(-)/usr/portage/media-video/ffmpeg/ffmpeg-0.5-r1.ebuild (-1 / +7 lines)
Lines 17-23 Link Here
17
IUSE="+3dnow +3dnowext alsa altivec amr custom-cflags debug dirac doc ieee1394
17
IUSE="+3dnow +3dnowext alsa altivec amr custom-cflags debug dirac doc ieee1394
18
	  +encode faac faad gsm ipv6 +mmx +mmxext vorbis test theora threads x264
18
	  +encode faac faad gsm ipv6 +mmx +mmxext vorbis test theora threads x264
19
	  xvid network zlib sdl X mp3 oss schroedinger +hardcoded-tables bindist
19
	  xvid network zlib sdl X mp3 oss schroedinger +hardcoded-tables bindist
20
	  v4l v4l2 speex +ssse3 vhook jpeg2k"
20
	  v4l v4l2 speex +ssse3 vhook jpeg2k nonfree optimizations"
21
21
22
RDEPEND="vhook? ( >=media-libs/imlib2-1.4.0 >=media-libs/freetype-2 )
22
RDEPEND="vhook? ( >=media-libs/imlib2-1.4.0 >=media-libs/freetype-2 )
23
	sdl? ( >=media-libs/libsdl-1.2.10 )
23
	sdl? ( >=media-libs/libsdl-1.2.10 )
Lines 148-153 Link Here
148
	# cross compile support
148
	# cross compile support
149
	tc-is-cross-compiler && myconf="${myconf} --enable-cross-compile --arch=$(tc-arch-kernel)"
149
	tc-is-cross-compiler && myconf="${myconf} --enable-cross-compile --arch=$(tc-arch-kernel)"
150
150
151
	# nonfree
152
	use nonfree && myconf="${myconf} --enable-nonfree"
153
154
	# optimizations
155
	use optimizations && myconf="${myconf} --enable-optimizations"
156
151
	# Misc stuff
157
	# Misc stuff
152
	use hardcoded-tables && myconf="${myconf} --enable-hardcoded-tables"
158
	use hardcoded-tables && myconf="${myconf} --enable-hardcoded-tables"
153
159

Return to bug 267596