summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2012-05-22 07:11:44 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2012-05-22 07:11:44 +0300
commit69ca595e9f2201049955fcd78876a8efb7ad37e2 (patch)
tree559c1d63da13be48e4f455881f51e382388432a0 /media-video
parenta96000b2ed99031cc1925a2e4a03efc63d1e9fe6 (diff)
modified: media-video/mplayer2/mplayer2-9999.ebuild
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer2/mplayer2-9999.ebuild4
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}"