diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/mplayer-9999-r20.ebuild | 7 |
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 |