summaryrefslogtreecommitdiff
path: root/media-video/mplayer
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-03-21 10:17:55 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-03-21 10:17:55 +0200
commit512d7a467747baea27e9b12296cabb5ecd6bc15d (patch)
tree9806e6a63bdab45ddd59ac172dc09c8318c0768f /media-video/mplayer
parent3b6b152ae5a10ea280631806265b1548c7acbd69 (diff)
modified: mplayer-9999-r20.ebuild
Diffstat (limited to 'media-video/mplayer')
-rw-r--r--media-video/mplayer/mplayer-9999-r20.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/media-video/mplayer/mplayer-9999-r20.ebuild b/media-video/mplayer/mplayer-9999-r20.ebuild
index cb6eb9a..ecc2c96 100644
--- a/media-video/mplayer/mplayer-9999-r20.ebuild
+++ b/media-video/mplayer/mplayer-9999-r20.ebuild
@@ -141,11 +141,6 @@ LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
pkg_setup() {
- if use real && use x86 ; then
- REALLIBDIR="/opt/RealPlayer/codecs"
- elif use real && use amd64 ; then
- REALLIBDIR="/usr/$(get_libdir)/codecs"
- fi
if use ass && ! use truetype ; then
echo
@@ -384,7 +379,7 @@ src_compile() {
if use x86 || use amd64; then
# Real codec support, only available on x86, amd64
if use real ; then
- myconf="${myconf} --enable-real --realcodecsdir=${REALLIBDIR}"
+ myconf="${myconf} --enable-real"
else
myconf="${myconf} --disable-real"
fi