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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- /usr/portage/media-video/mplayer/mplayer-9999.ebuild
0
++ /usr/portage/media-video/mplayer/mplayer-9999.ebuild
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.164 2014/11/02 12:02:09 swift Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 322-330 Link Here
322
	#
322
	#
323
	# dvdread - accessing a DVD
323
	# dvdread - accessing a DVD
324
	# dvdnav - navigation of menus
324
	# dvdnav - navigation of menus
325
	#
326
	# use external libdvdcss, dvdread and dvdnav
327
	myconf+=" --disable-dvdread-internal --disable-libdvdcss-internal"
328
	use dvd || myconf+=" --disable-dvdread"
325
	use dvd || myconf+=" --disable-dvdread"
329
	use dvdnav || myconf+=" --disable-dvdnav"
326
	use dvdnav || myconf+=" --disable-dvdnav"
330
327

Return to bug 528706