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

(-)/usr/portage/media-video/mplayer/mplayer-1.0_pre7.ebuild (-6 lines)
Lines 484-495 Link Here
484
	einfo "Make"
484
	einfo "Make"
485
	make depend && emake || die "Failed to build MPlayer!"
485
	make depend && emake || die "Failed to build MPlayer!"
486
	einfo "Make completed"
486
	einfo "Make completed"
487
488
	# We build the shared libpostproc.so here so that our
489
	# mplayer binary is not linked to it, ensuring that we
490
	# do not run into issues ... (bug #14479)
491
	cd ${S}/libavcodec/libpostproc
492
	make SHARED_PP="yes" || die "Failed to build libpostproc.so!"
493
}
487
}
494
488
495
src_install() {
489
src_install() {

Return to bug 91639