mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
mplayer: add optional vorbis dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -72,6 +72,11 @@ MPLAYER_DEPENDENCIES += tremor
|
||||
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
|
||||
MPLAYER_DEPENDENCIES += libvorbis
|
||||
MPLAYER_CONF_OPTS += --enable-libvorbis
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMAD),y)
|
||||
MPLAYER_DEPENDENCIES += libmad
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user