mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/vlc: add optional dependency to mpg123
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f1ff252506
commit
108181bfe3
@ -68,7 +68,6 @@ VLC_CONF_OPTS += \
|
|||||||
--disable-mfx \
|
--disable-mfx \
|
||||||
--disable-microdns \
|
--disable-microdns \
|
||||||
--disable-mmal \
|
--disable-mmal \
|
||||||
--disable-mpg123 \
|
|
||||||
--disable-mtp \
|
--disable-mtp \
|
||||||
--disable-notify \
|
--disable-notify \
|
||||||
--disable-projectm \
|
--disable-projectm \
|
||||||
@ -453,6 +452,13 @@ ifeq ($(BR2_PACKAGE_MINIZIP),y)
|
|||||||
VLC_DEPENDENCIES += minizip
|
VLC_DEPENDENCIES += minizip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MPG123),y)
|
||||||
|
VLC_CONF_OPTS += --enable-mpg123
|
||||||
|
VLC_DEPENDENCIES += mpg123
|
||||||
|
else
|
||||||
|
VLC_CONF_OPTS += --disable-mpg123
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MUSEPACK),y)
|
ifeq ($(BR2_PACKAGE_MUSEPACK),y)
|
||||||
VLC_CONF_OPTS += --enable-mpc
|
VLC_CONF_OPTS += --enable-mpc
|
||||||
VLC_DEPENDENCIES += musepack
|
VLC_DEPENDENCIES += musepack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user