mplayer: external tremor support needs ogg as well
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Nov 2011 14:56:48 +0000 (15:56 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Nov 2011 14:56:48 +0000 (15:56 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mplayer/mplayer.mk

index 2ac5e16e2f25a8fbb74e8d3832b99ee6a04a8546..96b4e736e4dab7f0f9c231cc44df552a92700741 100644 (file)
@@ -67,8 +67,8 @@ else
 MPLAYER_CONF_OPTS += --disable-mencoder
 endif
 
-ifeq ($(BR2_PACKAGE_TREMOR),y)
-MPLAYER_DEPENDENCIES += tremor
+ifeq ($(BR2_PACKAGE_TREMOR)$(BR2_PACKAGE_LIBOGG),yy)
+MPLAYER_DEPENDENCIES += tremor libogg
 MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
 endif