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

(-)a/ffmpeg-0.7.1.ebuild (-1 / +5 lines)
Lines 31-37 fi Link Here
31
IUSE="
31
IUSE="
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
33
	custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables
33
	custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables
34
	ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp
34
	ieee1394 jack jpeg2k +mmx +mmxext mp3 neon network oss pic qt-faststart rtmp
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype v4l
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype v4l
36
	v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
36
	v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
37
	"
37
	"
Lines 163-168 src_configure() { Link Here
163
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
163
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
164
164
165
	# CPU features
165
	# CPU features
166
167
	if [[ $(tc-arch) == "arm" ]] ; then
168
		use neon && myconf="${myconf} --enable-neon --disable-armvfp"
169
	fi
166
	for i in mmx ssse3 altivec avx ; do
170
	for i in mmx ssse3 altivec avx ; do
167
		use ${i} || myconf="${myconf} --disable-${i}"
171
		use ${i} || myconf="${myconf} --disable-${i}"
168
	done
172
	done
(-)a/ffmpeg-0.8.ebuild (-1 / +4 lines)
Lines 31-37 fi Link Here
31
IUSE="
31
IUSE="
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
33
	custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables
33
	custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables
34
	ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp
34
	ieee1394 jack jpeg2k +mmx +mmxext mp3 neon network oss pic qt-faststart rtmp
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype v4l
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype v4l
36
	v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
36
	v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
37
	"
37
	"
Lines 163-168 src_configure() { Link Here
163
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
163
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
164
164
165
	# CPU features
165
	# CPU features
166
	if [[ $(tc-arch) == "arm" ]] ; then
167
		use neon && myconf="${myconf} --enable-neon --disable-armvfp"
168
	fi
166
	for i in mmx ssse3 altivec avx ; do
169
	for i in mmx ssse3 altivec avx ; do
167
		use ${i} || myconf="${myconf} --disable-${i}"
170
		use ${i} || myconf="${myconf} --disable-${i}"
168
	done
171
	done
(-)a/ffmpeg-9999.ebuild (-1 / +4 lines)
Lines 31-37 fi Link Here
31
IUSE="
31
IUSE="
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
32
	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 celt cpudetection
33
	debug dirac doc +encode faac frei0r gsm +hardcoded-tables ieee1394 jack
33
	debug dirac doc +encode faac frei0r gsm +hardcoded-tables ieee1394 jack
34
	jpeg2k +mmx +mmxext mp3 network openal oss pic qt-faststart rtmp
34
	jpeg2k +mmx +mmxext mp3 neon network openal oss pic qt-faststart rtmp
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype
35
	schroedinger sdl speex +ssse3 static-libs test theora threads truetype
36
	v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
36
	v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
37
	"
37
	"
Lines 148-153 src_configure() { Link Here
148
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
148
	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
149
149
150
	# CPU features
150
	# CPU features
151
	if [[ $(tc-arch) == "arm" ]] ; then
152
		use neon && myconf="${myconf} --enable-neon --disable-armvfp"
153
	fi
151
	for i in mmx ssse3 altivec avx ; do
154
	for i in mmx ssse3 altivec avx ; do
152
		use ${i} || myconf="${myconf} --disable-${i}"
155
		use ${i} || myconf="${myconf} --disable-${i}"
153
	done
156
	done

Return to bug 349814