checkin in opus reference decoder

This commit is contained in:
jacqueline
2023-08-01 10:14:23 +10:00
parent d41de537a0
commit 23393312b7
414 changed files with 101944 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
env:
- CONFIG=""
- CONFIG="--enable-assertions"
- CONFIG="--enable-fixed-point"
- CONFIG="--enable-fixed-point --disable-float-api"
- CONFIG="--enable-fixed-point --enable-assertions"
script:
- ./autogen.sh
- ./configure $CONFIG
- make distcheck