mplayer: external tremor support needs ogg as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-11-19 15:56:48 +01:00
parent c94b24a851
commit c29fad1e1b

View 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