fix build issues
This commit is contained in:
parent
0909fbf567
commit
2583b2f789
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 && cd downloads && make || ( echo "SILK audio plugin prepare state failed." ; exit 1 )
|
||||
cd $topdir/submodules/mssilk && ./autogen.sh && ./configure && 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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4735f6fe0a5a8e466c06cab6cb5cbaa37e94dab7
|
||||
Subproject commit bc123a53155d644067989fc70e62f75b44ae36b2
|
Loading…
Reference in a new issue