aboutsummaryrefslogtreecommitdiff
path: root/mplayer/MPlayer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer/MPlayer.SlackBuild')
-rwxr-xr-xmplayer/MPlayer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer/MPlayer.SlackBuild b/mplayer/MPlayer.SlackBuild
index b6087270..1a271462 100755
--- a/mplayer/MPlayer.SlackBuild
+++ b/mplayer/MPlayer.SlackBuild
@@ -77,7 +77,7 @@ if [ "$ARCH" == "i486" ]; then
EXTRA_ARGS="--enable-win32 --enable-qtx"
fi
-./configure --prefix=/usr --libdir=$LIBDIR --confdir=/etc --language=pt_BR --enable-largefiles --enable-gui --enable-real $EXTRA_ARGS || exit $ERROR_CONF
+./configure --prefix=/usr --libdir=$LIBDIR --confdir=/etc --language=pt_BR --enable-largefiles --enable-gui --enable-real --disable-x264 $EXTRA_ARGS || exit $ERROR_CONF
make || exit $ERROR_MAKE
echo "$TMP/package-$PACKAGE/$PACKAGE"
make DESTDIR=$TMP/package-$PACKAGE/$PACKAGE install || exit $ERROR_INSTALL