mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
573c99e500
This is the IETF Opus audio codec reference implementation. The source was copied into the tree using the included update.sh script, from a checkout of the v0.9.9 git tag, which corresponds to the source code published in https://tools.ietf.org/id/draft-ietf-codec-opus-11.txt
6 lines
114 B
Makefile
6 lines
114 B
Makefile
OPUS_SOURCES = src/opus.c \
|
|
src/opus_decoder.c \
|
|
src/opus_encoder.c \
|
|
src/opus_multistream.c \
|
|
src/repacketizer.c
|