From: Peter Korsgaard Date: Wed, 25 Jan 2012 13:35:18 +0000 (+0100) Subject: mplayer: tremor now automatically pulls in libogg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0327c24e5f14e7d8eb000d74b0c6bf29c0ed92a5;p=buildroot.git mplayer: tremor now automatically pulls in libogg So no need to explicitly depend on it. Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 96b4e736e4..2ac5e16e2f 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