From: drowe67 Date: Sat, 28 Jan 2017 07:52:13 +0000 (+0000) Subject: first pass at including sox source files, still haven't removed external libsox lib X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=33385a6eafacae57bc1e163cb43e0e08847601ac;p=freetel-svn-tracking.git first pass at including sox source files, still haven't removed external libsox lib git-svn-id: https://svn.code.sf.net/p/freetel/code@3002 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/freedv-dev/src/CMakeLists.txt b/freedv-dev/src/CMakeLists.txt index cba792fa..5aa588db 100644 --- a/freedv-dev/src/CMakeLists.txt +++ b/freedv-dev/src/CMakeLists.txt @@ -30,6 +30,22 @@ set(FREEDV_SOURCES hamlib.h sox_biquad.h sox.h + sox/band.h + sox/biquad.c + sox/biquads.c + sox/biquad.h + sox/effects.c + sox/effects.h + sox/effects_i.c + sox/formats_i.c + sox/libsox.c + sox/soxconfig.h + sox/sox.h + sox/sox_i.h + sox/soxomp.h + sox/util.h + sox/xmalloc.h + sox/xmalloc.c topFrame.h version.h )