Write network audio programs

This commit is contained in:
Justine Tunney 2024-09-18 17:17:02 -07:00
parent 1bfb348403
commit ce2fbf9325
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 366 additions and 4 deletions

View file

@ -96,7 +96,7 @@ use_clang() {
TARGET_X86_64="--target=x86_64"
TARGET_AARCH64="--target=aarch64"
FPORTCOSMO=
FNO_INLINE_FUNCTIONS_CALLED_ONCE="-fno-inline-functions-called-once"
FNO_INLINE_FUNCTIONS_CALLED_ONCE=
}
use_gcc