diff options
author | Chris Robinson <[email protected]> | 2017-03-09 15:41:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-03-09 15:41:20 -0800 |
commit | d9b1995e95ac3d838566500f1e5496ae71d832e0 (patch) | |
tree | c319351c8c37765d003336a5e9574a8515ce6704 /CMakeLists.txt | |
parent | 9454d3e776792ed5762d72f28f6785b4b2d1606c (diff) |
Add an NFC filter implementation
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 ed17743c..b778907c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -722,6 +722,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/uhjfilter.c Alc/ambdec.c Alc/bformatdec.c + Alc/nfcfilter.c Alc/panning.c Alc/mixer.c Alc/mixer_c.c |