Browse Source

vlc: fix typo when setting VLC_CONF_ENV

Fixes:
  http://autobuild.buildroot.org/results/917/917c26656557d50f869639162ec7e9d0f3399824/build-end.log

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Samuel Martin 11 years ago
parent
commit
a7c1b84a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/vlc/vlc.mk

+ 1 - 1
package/vlc/vlc.mk

@@ -211,7 +211,7 @@ endif
 ifeq ($(BR2_PACKAGE_LIVE555),y)
 ifeq ($(BR2_PACKAGE_LIVE555),y)
 VLC_CONF_OPT += --enable-live555
 VLC_CONF_OPT += --enable-live555
 VLC_DEPENDENCIES += live555
 VLC_DEPENDENCIES += live555
-VLC_CONF_ENV = \
+VLC_CONF_ENV += \
 	LIVE555_CFLAGS="\
 	LIVE555_CFLAGS="\
 		-I$(STAGING_DIR)/usr/include/live \
 		-I$(STAGING_DIR)/usr/include/live \
 		-I$(STAGING_DIR)/usr/include/live/BasicUsageEnvironment \
 		-I$(STAGING_DIR)/usr/include/live/BasicUsageEnvironment \