From c98ddd19133ef15401c8e9218a5d9e694c390a77 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Thu, 3 Nov 2011 16:10:39 +0100 Subject: [PATCH] Update SILK plugin compilation logic. --- prepare_sources.sh | 2 +- submodules/mssilk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_sources.sh b/prepare_sources.sh index 70b5b4357..993ab3572 100755 --- a/prepare_sources.sh +++ b/prepare_sources.sh @@ -13,7 +13,7 @@ cd $topdir/submodules/libilbc-rfc3951 && ./autogen.sh && ./configure && make || cd $topdir/submodules/externals/build/libvpx && ./asm_conversion.sh && cp *.asm *.h ../../libvpx/ || ( echo "VP8 prepare stage failed." ; exit 1 ) -cd $topdir/submodules/mssilk && ./autogen.sh && ./configure MEDIASTREAMER_CFLAGS=" " MEDIASTREAMER_LIBS=" " && cd sdk && make extract-sources || ( echo "SILK audio plugin prepare state failed." ; exit 1 ) +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 ) # As a memo, the config.h for zrtpcpp is generated using the command # cmake -Denable-ccrtp=false submodules/externals/libzrtpcpp diff --git a/submodules/mssilk b/submodules/mssilk index a24467454..e6f1237be 160000 --- a/submodules/mssilk +++ b/submodules/mssilk @@ -1 +1 @@ -Subproject commit a244674541cffb827b52f7c34436f8f982d35582 +Subproject commit e6f1237be7fa871122d8d0ca9f340a114fd9e97b