summaryrefslogtreecommitdiffstats
path: root/package/multimedia/mplayer
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-01-25 14:35:18 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-25 14:37:34 +0100
commit0327c24e5f14e7d8eb000d74b0c6bf29c0ed92a5 (patch)
treeaeb3379dfb8d634daba505d0ef8389cb141d7a22 /package/multimedia/mplayer
parent5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3 (diff)
downloadbuildroot-novena-0327c24e5f14e7d8eb000d74b0c6bf29c0ed92a5.tar.gz
buildroot-novena-0327c24e5f14e7d8eb000d74b0c6bf29c0ed92a5.zip
mplayer: tremor now automatically pulls in libogg
So no need to explicitly depend on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/mplayer')
-rw-r--r--package/multimedia/mplayer/mplayer.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index 96b4e736e..2ac5e16e2 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -67,8 +67,8 @@ else
MPLAYER_CONF_OPTS += --disable-mencoder
endif
-ifeq ($(BR2_PACKAGE_TREMOR)$(BR2_PACKAGE_LIBOGG),yy)
-MPLAYER_DEPENDENCIES += tremor libogg
+ifeq ($(BR2_PACKAGE_TREMOR),y)
+MPLAYER_DEPENDENCIES += tremor
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
endif