From c184c50e62e65131b1546b0aa622b20aa64f62a5 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 26 Mar 2015 09:54:18 +0000 Subject: Re #1822: Misc fix in Android video device build setting: - fixed silly typo caused Android video device sources not being built - avoid copying Android camera helper codes when video is disabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5029 74dad513-b988-da41-8d7b-12977e46ad98 --- build.mak.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.mak.in') diff --git a/build.mak.in b/build.mak.in index 61b156dd..8a986d76 100644 --- a/build.mak.in +++ b/build.mak.in @@ -152,6 +152,9 @@ QT_CFLAGS = @ac_qt_cflags@ # iOS IOS_CFLAGS = @ac_ios_cflags@ +# Android +ANDROID_CFLAGS = @ac_android_cflags@ + # libyuv LIBYUV_CFLAGS = @ac_libyuv_cflags@ LIBYUV_LDFLAGS = @ac_libyuv_ldflags@ -- cgit v1.2.3