summaryrefslogtreecommitdiff
path: root/package/mplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/mplayer/Makefile')
-rw-r--r--package/mplayer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/mplayer/Makefile b/package/mplayer/Makefile
index bf6279350..762994139 100644
--- a/package/mplayer/Makefile
+++ b/package/mplayer/Makefile
@@ -34,8 +34,8 @@ CONFIG_STYLE:= manual
FAKE_FLAGS+= INSTALLSTRIP=''
-ifeq (${ADK_LINUX_MIPS64_LOONGSON},y)
-XAKE_FLAGS+= -DHAVE_LOONGSON -DARCH_MIPS64
+ifeq (${ADK_LINUX_MIPS64_LEMOTE},y)
+EXTRA_CFLAGS:= -DARCH_MIPS64
endif
# Somehow this include path is missing here, although other
@@ -89,6 +89,7 @@ pre-configure:
--disable-mencoder \
--enable-fbdev \
--enable-alsa \
+ --enable-tv \
--enable-v4l2 \
--enable-png \
--enable-jpeg \
@@ -124,6 +125,8 @@ pre-configure:
--disable-liblzo \
--disable-xinerama \
--disable-vidix \
+ --disable-gl \
+ --extra-cflags="${EXTRA_CFLAGS}" \
${CONFIGURE_CPU_OPTS} \
${CONFIGURE_DEBUG} \
${CONFIGURE_DIRECTFB} \