Skip to content

Commit 95777e2

Browse files
committedJan 12, 2016
Started writing a new DDCD based on pthreads.
1 parent f3c78f3 commit 95777e2

File tree

5 files changed

+636
-497
lines changed

5 files changed

+636
-497
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FFTW_PACKAGE = fftw-3.3.3
4545

4646
.PHONY: clean-vect clean
4747
all: csdr ddcd
48-
libcsdr.so: fft_fftw.c fft_rpi.c libcsdr_wrapper.c libcsdr.c libcsdr_gpl.c fastddc.c *.h
48+
libcsdr.so: fft_fftw.c fft_rpi.c libcsdr_wrapper.c libcsdr.c libcsdr_gpl.c fastddc.c fastddc.h fft_fftw.h fft_rpi.h ima_adpcm.h libcsdr_gpl.h libcsdr.h predefined.h
4949
@echo NOTE: you may have to manually edit Makefile to optimize for your CPU \(especially if you compile on ARM, please edit PARAMS_NEON\).
5050
@echo Auto-detected optimization parameters: $(PARAMS_SIMD)
5151
@echo

0 commit comments

Comments
 (0)
Please sign in to comment.