Fixed #2207: build failure when using Android NDK r20

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@6032 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Sauw Ming 2019-06-20 00:09:00 +00:00
parent 3fd1a9ab6c
commit 9a21903a2f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export YUV_OBJS = \
video_common.o
export YUV_CFLAGS = -fomit-frame-pointer $(_CFLAGS)
export YUV_CXXFLAGS = $(YUV_CFLAGS)
export YUV_CXXFLAGS = -fomit-frame-pointer $(_CXXFLAGS)
export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT