fix build issue again
This commit is contained in:
parent
2583b2f789
commit
30a03d235a
1 changed files with 1 additions and 1 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 && make extract-sources || ( echo "SILK audio plugin prepare state failed." ; exit 1 )
|
||||
cd $topdir/submodules/mssilk && ./autogen.sh && ./configure && 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
|
||||
|
|
Loading…
Reference in a new issue