package/mplayer: add optional libenca support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e346abf618
commit
2552729232
@ -53,6 +53,13 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-fontconfig
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBENCA),y)
|
||||
MPLAYER_CONF_OPTS += --enable-enca
|
||||
MPLAYER_DEPENDENCIES += libenca
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-enca
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --enable-fribidi, to let the
|
||||
# autodetection find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_LIBFRIBIDI),y)
|
||||
|
Loading…
Reference in New Issue
Block a user