build_beta.sh

来自「在SPI 平台优化好的G.711代码,保证好用」· Shell 代码 · 共 23 行

SH
23
字号
#!/bin/sh# Build g711 for various targets.# For Linux# EXE=# For WindowsEXE=.exemkdir tmpecho Building g711 for device sp16:spc_beta --tmp tmp --target tcshost -o g711.tcshost$EXE g711.scspc_beta --tmp tmp --target device  -o g711.device.out  g711.sc ../common/spi_configure.cecho Building g711 for device sp8:spc_beta --tmp tmp --target tcshost --device sp8 -o g711.tcshost.sp8$EXE g711.scspc_beta --tmp tmp --target device  --device sp8 -o g711.device.sp8.out  g711.sc ../common/spi_configure.crm -rf tmpexit 0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?