diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 05:51:07 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 05:51:07 -0400 |
commit | 4f2a33e550e941ffebebe0697cd362a977fdc2f6 (patch) | |
tree | be8dda4e7903088e897c71225841d6fefdb8af13 /make | |
parent | 70e7bb5f55b3fca9e2cf21c1e087cb5c553fa4df (diff) |
contrib: Add Speex decoder libspeex.
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 8a0b39dbc..7bbab9bce 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -50,6 +50,7 @@ ifneq (,$(filter $(BUILD.system),darwin cygwin mingw)) MODULES += contrib/libogg MODULES += contrib/libvorbis MODULES += contrib/libopus + MODULES += contrib/libspeex MODULES += contrib/libtheora MODULES += contrib/libsamplerate MODULES += contrib/lame |