Update SILK plugin compilation logic.
This commit is contained in:
parent
f3fe0a4459
commit
c98ddd1913
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a244674541cffb827b52f7c34436f8f982d35582
|
||||
Subproject commit e6f1237be7fa871122d8d0ca9f340a114fd9e97b
|
Loading…
Reference in a new issue