summaryrefslogtreecommitdiffstats
path: root/package/vlc
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-22 23:23:28 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 23:47:11 +0200
commit40e6f3df1738bd92b08e87edd2cee0b5bd5037f8 (patch)
tree2df8da835a5c7908620e2b4d44bc44eb8f017d34 /package/vlc
parent4bcacfd2c05f45171c011d4af7731c6f848819a4 (diff)
downloadbuildroot-40e6f3df1738bd92b08e87edd2cee0b5bd5037f8.tar.gz
buildroot-40e6f3df1738bd92b08e87edd2cee0b5bd5037f8.zip
package/vlc: use only glesv2, not glesv1
Fixes http://autobuild.buildroot.net/results/0be/0bee8646c2dd7dd2c201ee2986f3e802277314a5/ http://autobuild.buildroot.net/results/64a/64a1a6d39b72b9dec4231b9f28ca14b38989d7df/ http://autobuild.buildroot.net/results/b6b/b6b66e0b24d985462ca8dbefedd740453ca42293/ http://autobuild.buildroot.net/results/497/4976f5e9dc53e6f9f29d9d45f0fb9bd42c7ab1ea/ and many others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vlc')
-rw-r--r--package/vlc/vlc.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index e77d4fa448..b937b79459 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -24,6 +24,7 @@ endef
VLC_POST_PATCH_HOOKS += VLC_OVERRIDE_PKG_M4
VLC_CONF_OPTS += \
+ --disable-gles1 \
--disable-a52 \
--disable-shout \
--disable-twolame \
@@ -137,10 +138,10 @@ VLC_DEPENDENCIES += libgl
endif
ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
-VLC_CONF_OPTS += --enable-gles1 --enable-gles2
+VLC_CONF_OPTS += --enable-gles2
VLC_DEPENDENCIES += libgles
else
-VLC_CONF_OPTS += --disable-gles1 --disable-gles2
+VLC_CONF_OPTS += --disable-gles2
endif
ifeq ($(BR2_PACKAGE_OPUS),y)
OpenPOWER on IntegriCloud