diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer2/mplayer2-9999.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media-video/mplayer2/mplayer2-9999.ebuild b/media-video/mplayer2/mplayer2-9999.ebuild index 3214531..4391b8f 100644 --- a/media-video/mplayer2/mplayer2-9999.ebuild +++ b/media-video/mplayer2/mplayer2-9999.ebuild @@ -246,8 +246,6 @@ src_configure() { # disable tremor, it needs libvorbisidec and is for FPU-less systems only myconf+=" --disable-svga - --disable-arts - --disable-kai --disable-tremor $(use_enable network networking) $(use_enable joystick) @@ -276,7 +274,6 @@ src_configure() { ######## use cddb || myconf+=" --disable-cddb" use cdio || myconf+=" --disable-libcdio" - use cdparanoia || myconf+=" --disable-cdparanoia" ################################ # DVD read, navigation support # @@ -427,7 +424,6 @@ src_configure() { # Audio Output # ################ myconf+=" --disable-rsound" # media-sound/rsound is in pro-audio overlay only - myconf+=" --disable-esd" uses="alsa jack ladspa nas" for i in ${uses}; do use ${i} || myconf+=" --disable-${i}" |