Przeglądaj źródła

mplayer: external tremor support needs ogg as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 lat temu
rodzic
commit
c29fad1e1b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      package/multimedia/mplayer/mplayer.mk

+ 2 - 2
package/multimedia/mplayer/mplayer.mk

@@ -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