package/mplayer: adjust configure options to updated libdvdread/libdvdnav
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
90edb06599
commit
c5298e809e
@ -123,7 +123,7 @@ MPLAYER_CONF_OPTS += --disable-libcdio
|
|||||||
# autodetection find which library to link with.
|
# autodetection find which library to link with.
|
||||||
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
||||||
MPLAYER_CONF_OPTS += \
|
MPLAYER_CONF_OPTS += \
|
||||||
--with-dvdread-config=$(STAGING_DIR)/usr/bin/dvdread-config
|
--with-dvdread-config="$(PKG_CONFIG_HOST_BINARY) dvdread"
|
||||||
MPLAYER_DEPENDENCIES += libdvdread
|
MPLAYER_DEPENDENCIES += libdvdread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ endif
|
|||||||
# find which library to link with.
|
# find which library to link with.
|
||||||
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
||||||
MPLAYER_CONF_OPTS += \
|
MPLAYER_CONF_OPTS += \
|
||||||
--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
|
--with-dvdnav-config="$(PKG_CONFIG_HOST_BINARY) dvdnav"
|
||||||
MPLAYER_DEPENDENCIES += libdvdnav
|
MPLAYER_DEPENDENCIES += libdvdnav
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user