package/vlc: use pkgconf to find live555 libraries
Some live555 libraries were missing in LIVE555_LIBS. Instead of maintaining the list of live555 library files we use pkgconf instead. Fixes http://autobuild.buildroot.net/results/744/7445bdc2fdcb28aa7f58c0249653329414e447df/ 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
13f7959e8d
commit
b824253913
@ -427,14 +427,6 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_LIVE555),y)
|
ifeq ($(BR2_PACKAGE_LIVE555),y)
|
||||||
VLC_CONF_OPTS += --enable-live555
|
VLC_CONF_OPTS += --enable-live555
|
||||||
VLC_DEPENDENCIES += live555
|
VLC_DEPENDENCIES += live555
|
||||||
VLC_CONF_ENV += \
|
|
||||||
LIVE555_CFLAGS="\
|
|
||||||
-I$(STAGING_DIR)/usr/include/BasicUsageEnvironment \
|
|
||||||
-I$(STAGING_DIR)/usr/include/groupsock \
|
|
||||||
-I$(STAGING_DIR)/usr/include/liveMedia \
|
|
||||||
-I$(STAGING_DIR)/usr/include/UsageEnvironment \
|
|
||||||
" \
|
|
||||||
LIVE555_LIBS="-L$(STAGING_DIR)/usr/lib -lliveMedia"
|
|
||||||
else
|
else
|
||||||
VLC_CONF_OPTS += --disable-live555
|
VLC_CONF_OPTS += --disable-live555
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user