YongyuG / rnnoise_16k

implementation of rnnoise_16k
BSD 3-Clause "New" or "Revised" License
123 stars 40 forks source link

make error : “multiple definition of `main'” #16

Closed xiaoqi91 closed 2 years ago

xiaoqi91 commented 2 years ago

When make the CMakeLists.txt in the working directory, there are many “multiple definition" errors. Because the main.c and the denoise.c both have a main function (and some other same functions). How did you solve this error? thanks.