diff options
Diffstat (limited to 'package/multimedia/mplayer')
-rw-r--r-- | package/multimedia/mplayer/mplayer.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 2ac5e16e2..216bb4684 100644 --- a/package/multimedia/mplayer/mplayer.mk +++ b/package/multimedia/mplayer/mplayer.mk @@ -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 |