mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
mplayer: external tremor support needs ogg as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user