vlc: fix typo when setting VLC_CONF_ENV
authorSamuel Martin <s.martin49@gmail.com>
Sun, 9 Feb 2014 12:47:12 +0000 (13:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 9 Feb 2014 15:42:12 +0000 (16:42 +0100)
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>
package/vlc/vlc.mk

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