Changed Android makefile to make the lastest video render code run.

Review URL: http://webrtc-codereview.appspot.com/247005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@849 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kma@webrtc.org 2011-10-31 21:29:50 +00:00
parent 84736882ad
commit 27957508a3

View File

@ -28,7 +28,8 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \
$(MY_WEBRTC_COMMON_DEFS)
$(MY_WEBRTC_COMMON_DEFS) \
'-DWEBRTC_INCLUDE_INTERNAL_VIDEO_RENDER'
LOCAL_C_INCLUDES := \
$(LOCAL_PATH) \