Bernd Kuhls 2015-04-22 23:23:28 +02:00 committed by Thomas Petazzoni
parent 4bcacfd2c0
commit 40e6f3df17

View File

@ -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)