diff options
author | Chris Robinson <[email protected]> | 2016-02-26 12:57:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-26 14:51:56 -0800 |
commit | 67f086d1d4527d1c920d90660124c5592b898354 (patch) | |
tree | bf87a5f3be027ef38096a3a29adb84ad9c80c906 /CMakeLists.txt | |
parent | 3c127dc422291e438eade78bc656cec88035db4a (diff) |
Add a function to encode 2-channel UHJ from B-Format
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5784d351..33eb180e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -643,6 +643,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/helpers.c Alc/bsinc.c Alc/hrtf.c + Alc/uhjfilter.c Alc/panning.c Alc/mixer.c Alc/mixer_c.c |