]> sjero.net Git - linphone/commitdiff
add opengl libs
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@linphone.org>
Fri, 12 Aug 2011 07:39:12 +0000 (09:39 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@linphone.org>
Fri, 12 Aug 2011 07:39:12 +0000 (09:39 +0200)
build/android/Android.mk

index 8d72eb222e2e8c6786f0e01ba4e51e420b9d95be..28878a5bc18bfcf808a3c331f8792f3be14e7fdd 100755 (executable)
@@ -127,6 +127,7 @@ LOCAL_SRC_FILES  += $(LIBLINPHONE_EXTENDED_SRC_FILES)
 LOCAL_C_INCLUDES += $(LIBLINPHONE_EXTENDED_C_INCLUDES) 
 endif
 
+LOCAL_LDLIBS    += -lGLESv2
 ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
        LOCAL_SHARED_LIBRARIES += liblinssl liblincrypto
        ifeq ($(BUILD_GPLV3_ZRTP),1)