mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
mplayer: Amend libmad selection
Do not set both --enable-mad and --disable-mad. Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
63fbc1834f
commit
79f77bf925
@ -81,6 +81,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBMAD),y)
|
ifeq ($(BR2_PACKAGE_LIBMAD),y)
|
||||||
MPLAYER_DEPENDENCIES += libmad
|
MPLAYER_DEPENDENCIES += libmad
|
||||||
|
MPLAYER_CONF_OPTS += --enable-mad
|
||||||
else
|
else
|
||||||
MPLAYER_CONF_OPTS += --disable-mad
|
MPLAYER_CONF_OPTS += --disable-mad
|
||||||
endif
|
endif
|
||||||
@ -136,7 +137,6 @@ define MPLAYER_CONFIGURE_CMDS
|
|||||||
--extra-cflags="$(MPLAYER_CFLAGS)" \
|
--extra-cflags="$(MPLAYER_CFLAGS)" \
|
||||||
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
|
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
|
||||||
--yasm='' \
|
--yasm='' \
|
||||||
--enable-mad \
|
|
||||||
--enable-fbdev \
|
--enable-fbdev \
|
||||||
$(MPLAYER_CONF_OPTS) \
|
$(MPLAYER_CONF_OPTS) \
|
||||||
--enable-cross-compile \
|
--enable-cross-compile \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user