diff options
| author | hovercats <hovercatswithlasereyes@protonmail.com> | 2025-02-09 08:21:23 +0100 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-28 12:31:50 -0700 |
| commit | a1c751df36148ef4bec4e45a2807f215733d078a (patch) | |
| tree | 326d10717fe6b45fade7f7f2cec7aef1b6a8bad4 /pkg/opus/gen.lua | |
| parent | 3c8810078f6b3cbe98cfa1b770af4f65b4385244 (diff) | |
opus: 1.5.2
Diffstat (limited to 'pkg/opus/gen.lua')
| -rw-r--r-- | pkg/opus/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/opus/gen.lua b/pkg/opus/gen.lua index 4ee114fd..b6311149 100644 --- a/pkg/opus/gen.lua +++ b/pkg/opus/gen.lua @@ -1,6 +1,5 @@ cflags{ '-Wall', '-Wpedantic', - '-D OPUS_BUILD', '-I $srcdir/include', '-I $srcdir/celt', '-I $srcdir/silk', @@ -20,6 +19,7 @@ lib('libopus.a', [[ opus.c opus_decoder.c opus_encoder.c + extensions.c opus_multistream.c opus_multistream_encoder.c opus_multistream_decoder.c |
