summaryrefslogtreecommitdiff
path: root/pjmedia/build
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-03-26 09:54:18 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-03-26 09:54:18 +0000
commitc184c50e62e65131b1546b0aa622b20aa64f62a5 (patch)
tree9bc9ccc853820f6aa4100b3cffc7cac92642b2e9 /pjmedia/build
parent4a925f7f5401af1c0a410a648b06d2255a6935bb (diff)
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
Diffstat (limited to 'pjmedia/build')
-rw-r--r--pjmedia/build/os-auto.mak.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/build/os-auto.mak.in b/pjmedia/build/os-auto.mak.in
index c4f7d5ae..7a072745 100644
--- a/pjmedia/build/os-auto.mak.in
+++ b/pjmedia/build/os-auto.mak.in
@@ -235,7 +235,7 @@ endif
#
# Android video device
#
-ifeq ($(AC_PJMEDIA_VIDEO),andriod_os)
+ifeq ($(AC_PJMEDIA_VIDEO),android_os)
export PJMEDIA_VIDEODEV_OBJS += android_dev.o android_opengl.o
endif