mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
mplayer: use autodetection for dvdnav
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f841880be1
commit
25f1a0d16a
@ -125,9 +125,10 @@ MPLAYER_CONF_OPTS += \
|
|||||||
MPLAYER_DEPENDENCIES += libdvdread
|
MPLAYER_DEPENDENCIES += libdvdread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# We intentionally don't pass --enable-dvdnav to let the autodetection
|
||||||
|
# find which library to link with.
|
||||||
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
||||||
MPLAYER_CONF_OPTS += \
|
MPLAYER_CONF_OPTS += \
|
||||||
--enable-dvdnav \
|
|
||||||
--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
|
--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
|
||||||
MPLAYER_DEPENDENCIES += libdvdnav
|
MPLAYER_DEPENDENCIES += libdvdnav
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user