mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/mplayer: add optional libmpeg2 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
299fd2e694
commit
64453db466
@ -151,6 +151,13 @@ ifeq ($(BR2_PACKAGE_LIBASS),y)
|
|||||||
MPLAYER_DEPENDENCIES += libass
|
MPLAYER_DEPENDENCIES += libass
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# We intentionally don't pass --enable-libmpeg2 and let autodetection
|
||||||
|
# find which library to link with.
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBMPEG2),y)
|
||||||
|
MPLAYER_DEPENDENCIES += libmpeg2
|
||||||
|
MPLAYER_CONF_OPTS += --disable-libmpeg2-internal
|
||||||
|
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