summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mplayer/mplayer-1.0.20070814.ebuild')
-rw-r--r--media-video/mplayer/mplayer-1.0.20070814.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer/mplayer-1.0.20070814.ebuild b/media-video/mplayer/mplayer-1.0.20070814.ebuild
index e05a06a..ee29447 100644
--- a/media-video/mplayer/mplayer-1.0.20070814.ebuild
+++ b/media-video/mplayer/mplayer-1.0.20070814.ebuild
@@ -287,7 +287,7 @@ src_compile() {
# The build will break if you have media-tv/ivtv installed and
# linux-headers != 2.6.18
# See also, bug 164748
- use pvr || myconf="${myconf} --disable-pvr"
+ myconf="${myconf} $( use_enable pvr )"
#########
# Codecs #
@@ -340,7 +340,7 @@ src_compile() {
use vidix || myconf="${myconf} --disable-vidix-internal \
--disable-vidix-external"
use zoran || myconf="${myconf} --disable-zr"
- use ivtv || myconf="${myconf} --disable-ivtv"
+ myconf="${myconf} $( use_enable ivtv )"
# GTK gmplayer gui
myconf="${myconf} $(use_enable gtk gui)"