Fix android compilation issue with updated srtp
This commit is contained in:
parent
5f6ff06d52
commit
b00b01840f
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,8 @@ cd $topdir/submodules/externals/libvpx && ./configure --target=armv7-android-gcc
|
|||
|
||||
cd $topdir/submodules/mssilk && ./autogen.sh && ./configure --host=arm-linux MEDIASTREAMER_CFLAGS=" " MEDIASTREAMER_LIBS=" " && cd sdk && make extract-sources || ( echo "SILK audio plugin prepare state failed." ; exit 1 )
|
||||
|
||||
cd $topdir/submodules/externals/srtp/ && cp ../build/srtp/config.h . || ( echo "SRTP prepare state failed." ; exit 1 )
|
||||
|
||||
cd $topdir/submodules/linphone/mediastreamer2/src/
|
||||
# extract rules to build shader files
|
||||
vs_rule=`cat Makefile.am | grep xxd | grep yuv2rgb.vs | sed 's/$$builddir/./'`
|
||||
|
|
1
submodules/externals/build/srtp/Android.mk
vendored
1
submodules/externals/build/srtp/Android.mk
vendored
|
@ -4,6 +4,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := \
|
||||
srtp/srtp.c \
|
||||
srtp/ekt.c \
|
||||
crypto/ae_xfm/xfm.c \
|
||||
crypto/cipher/aes.c \
|
||||
crypto/cipher/aes_cbc.c \
|
||||
|
|
Loading…
Reference in a new issue