diff options
author | Chris Robinson <[email protected]> | 2008-10-02 22:20:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-10-02 22:20:42 -0700 |
commit | 3863dcc9cb1b49ee028ccfacaf0a238dcb5de29c (patch) | |
tree | fafb9e0d306fcb77a6238a35935348ce1036ea52 /CMakeLists.txt | |
parent | a2568409fce7cc6b5c2537fe095fa910afb0561c (diff) |
Use a new low-pass filter, based on the I3DL2 spec
Many thanks to Christopher Fitzgerald, for helping with it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d5f2e59..1883ee81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,7 +231,6 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcRing.c Alc/alcThread.c Alc/bs2b.c - Alc/lpfilter.c Alc/wave.c ) |