mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
mpv: enable cdda support through libcdio-paranoia
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
01e9dd2995
commit
cc22fb65c3
@ -20,7 +20,6 @@ MPV_CONF_OPTS = \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-android \
|
--disable-android \
|
||||||
--disable-caca \
|
--disable-caca \
|
||||||
--disable-cdda \
|
|
||||||
--disable-cocoa \
|
--disable-cocoa \
|
||||||
--disable-coreaudio \
|
--disable-coreaudio \
|
||||||
--disable-cuda-hwaccel \
|
--disable-cuda-hwaccel \
|
||||||
@ -99,6 +98,14 @@ else
|
|||||||
MPV_CONF_OPTS += --disable-libbluray
|
MPV_CONF_OPTS += --disable-libbluray
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# libcdio-paranoia
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCDIO_PARANOIA),y)
|
||||||
|
MPV_CONF_OPTS += --enable-cdda
|
||||||
|
MPV_DEPENDENCIES += libcdio-paranoia
|
||||||
|
else
|
||||||
|
MPV_CONF_OPTS += --disable-cdda
|
||||||
|
endif
|
||||||
|
|
||||||
# libdvdnav
|
# libdvdnav
|
||||||
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
||||||
MPV_CONF_OPTS += --enable-dvdnav
|
MPV_CONF_OPTS += --enable-dvdnav
|
||||||
|
Loading…
x
Reference in New Issue
Block a user