Skip to content

Commit

Permalink
Fix android compilation issue with updated srtp
Browse files Browse the repository at this point in the history
  • Loading branch information
Viish committed Apr 27, 2012
1 parent 5f6ff06 commit b00b018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prepare_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/./'`
Expand Down
1 change: 1 addition & 0 deletions submodules/externals/build/srtp/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b00b018

Please sign in to comment.