diff options
author | Chris Robinson <[email protected]> | 2018-11-17 17:22:32 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 17:22:32 -0800 |
commit | e5442db803b5ecac2bbbe45073e01de32431c0a5 (patch) | |
tree | d947f80f1d1c22b4efdf0dd3d627aade4c8a0ed4 /CMakeLists.txt | |
parent | ed5d222eed4b8b464961f53c465ac4d02d5f1980 (diff) |
Convert the filters to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 19dc0439..cca21465 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -821,8 +821,8 @@ SET(ALC_OBJS Alc/effects/pshifter.cpp Alc/effects/reverb.cpp Alc/filters/defs.h - Alc/filters/filter.c - Alc/filters/nfc.c + Alc/filters/filter.cpp + Alc/filters/nfc.cpp Alc/filters/nfc.h Alc/filters/splitter.cpp Alc/filters/splitter.h |