mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/mplayer: add optional libass support
[Thomas: rely on autodetection.] 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
0d0e5cd105
commit
e346abf618
@ -111,6 +111,12 @@ else
|
|||||||
MPLAYER_CONF_OPTS += --disable-mencoder
|
MPLAYER_CONF_OPTS += --disable-mencoder
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_TREMOR),y)
|
||||||
MPLAYER_DEPENDENCIES += tremor
|
MPLAYER_DEPENDENCIES += tremor
|
||||||
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user