diff options
-rw-r--r-- | package/mplayer/mplayer.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk index 9f6c1e6d81..9da90f2b6c 100644 --- a/package/mplayer/mplayer.mk +++ b/package/mplayer/mplayer.mk @@ -111,6 +111,12 @@ else MPLAYER_CONF_OPTS += --disable-mencoder endif +# We intentionally don't pass --disable-ass-internal --enable-ass and +# let autodetection find which library to link with. +ifeq ($(BR2_PACKAGE_LIBASS),y) +MPLAYER_DEPENDENCIES += libass +endif + ifeq ($(BR2_PACKAGE_TREMOR),y) MPLAYER_DEPENDENCIES += tremor MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor |