mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/mplayer: add optional lame 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
b0c48ee9cb
commit
299fd2e694
@ -138,6 +138,13 @@ else
|
|||||||
MPLAYER_CONF_OPTS += --disable-faad
|
MPLAYER_CONF_OPTS += --disable-faad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LAME),y)
|
||||||
|
MPLAYER_DEPENDENCIES += lame
|
||||||
|
MPLAYER_CONF_OPTS += --enable-mp3lame
|
||||||
|
else
|
||||||
|
MPLAYER_CONF_OPTS += --disable-mp3lame
|
||||||
|
endif
|
||||||
|
|
||||||
# We intentionally don't pass --disable-ass-internal --enable-ass and
|
# We intentionally don't pass --disable-ass-internal --enable-ass and
|
||||||
# let autodetection find which library to link with.
|
# let autodetection find which library to link with.
|
||||||
ifeq ($(BR2_PACKAGE_LIBASS),y)
|
ifeq ($(BR2_PACKAGE_LIBASS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user