We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a43940 commit 8f47a67Copy full SHA for 8f47a67
CMakeLists.txt
@@ -297,8 +297,6 @@ install(TARGETS kissfft EXPORT kissfft
297
298
install(FILES kiss_fft.h
299
kissfft.hh
300
- kissfft_i32.hh
301
- kfc.h
302
kiss_fftnd.h
303
kiss_fftndr.h
304
kiss_fftr.h
Makefile
@@ -213,10 +213,8 @@ endif
213
214
install: all
215
$(INSTALL) -Dt $(ABS_PKGINCLUDEDIR) -m 644 \
216
- kfc.h \
217
kiss_fft.h \
218
kissfft.hh \
219
- kissfft_i32.hh \
220
kiss_fftnd.h \
221
kiss_fftndr.h \
222
0 commit comments