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

(-)mplayer-0.90_pre9.ebuild.orig (+10 lines)
Lines 166-171 Link Here
166
		&& myconf="${myconf} --enable-i18n" \
166
		&& myconf="${myconf} --enable-i18n" \
167
		|| myconf="${myconf} --disable-i18n"
167
		|| myconf="${myconf} --disable-i18n"
168
168
169
	REALLIBDIR=$(
170
		test -e /opt/RealPlayer9/Real/Codecs && \
171
			echo /opt/RealPlayer9/Real/Codecs || ( \
172
		test -e /opt/RealPlayer8/Codecs && \
173
			echo /opt/RealPlayer8/Codecs || \
174
		echo /usr/lib/real \
175
	)
176
169
	# Crashes on start when compiled with most optimizations.
177
	# Crashes on start when compiled with most optimizations.
170
	# The code have CPU detection code now, with CPU specific
178
	# The code have CPU detection code now, with CPU specific
171
	# optimizations, so extra should not be needed and is not
179
	# optimizations, so extra should not be needed and is not
Lines 177-182 Link Here
177
		--disable-runtime-cpudetection \
185
		--disable-runtime-cpudetection \
178
		--enable-largefiles \
186
		--enable-largefiles \
179
		--enable-linux-devfs \
187
		--enable-linux-devfs \
188
		--enable-real \
189
		--with-reallibdir=${REALLIBDIR} \
180
		${myconf} || die
190
		${myconf} || die
181
191
182
	# emake borks on fast boxes - Azarah (07 Aug 2002)
192
	# emake borks on fast boxes - Azarah (07 Aug 2002)

Return to bug 6286