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

Collapse All | Expand All

(-)ffmpeg-1.2.6.ebuild (-1 / +4 lines)
Lines 31-37 fi Link Here
31
IUSE="
31
IUSE="
32
	aac aacplus alsa amr bindist bluray +bzip2 cdio celt
32
	aac aacplus alsa amr bindist bluray +bzip2 cdio celt
33
	cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
33
	cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
34
	gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass
34
	gnutls gsm +hardcoded-tables hardened +iconv iec61883 ieee1394 jack jpeg2k libass
35
	libcaca libsoxr libv4l modplug mp3 +network openal openssl opus oss pic
35
	libcaca libsoxr libv4l modplug mp3 +network openal openssl opus oss pic
36
	pulseaudio rtmp schroedinger sdl speex static-libs test theora threads
36
	pulseaudio rtmp schroedinger sdl speex static-libs test theora threads
37
	truetype twolame v4l vaapi vdpau vorbis vpx X x264 xvid +zlib
37
	truetype twolame v4l vaapi vdpau vorbis vpx X x264 xvid +zlib
Lines 250-255 src_configure() { Link Here
250
		esac
250
		esac
251
	fi
251
	fi
252
252
253
	# If we're using hardened-x86, we need to remove stack-check on gcc-4.8.2 (Bug #506206)
254
	use hardened && use x86 && append-flags "-fstack-check=no"
255
253
	"${S}/configure" \
256
	"${S}/configure" \
254
		--prefix="${EPREFIX}/usr" \
257
		--prefix="${EPREFIX}/usr" \
255
		--libdir="${EPREFIX}/usr/$(get_libdir)" \
258
		--libdir="${EPREFIX}/usr/$(get_libdir)" \

Return to bug 506206