From acfb0618254495dc00bbfcd31fa699df13a4c041 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 14 Jun 2021 18:33:38 +0100 Subject: [PATCH] Revert to using resampler directory rather than opus-tools submodule --- opus-tools | 1 - wfview.pro | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 160000 opus-tools diff --git a/opus-tools b/opus-tools deleted file mode 160000 index ae5d6d5..0000000 --- a/opus-tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae5d6d59e82ef40300a4dece7897499685f87184 diff --git a/wfview.pro b/wfview.pro index 17a6b5e..9aaf9f8 100644 --- a/wfview.pro +++ b/wfview.pro @@ -103,7 +103,7 @@ macx:LIBS += -framework CoreAudio -framework CoreFoundation -lpthread !linux:HEADERS += ../qcustomplot/qcustomplot.h !linux:INCLUDEPATH += ../qcustomplot -INCLUDEPATH += opus-tools/src +INCLUDEPATH += resampler !linux:INCLUDEPATH += rtaudio SOURCES += main.cpp\ @@ -122,7 +122,7 @@ SOURCES += main.cpp\ meter.cpp \ qledlabel.cpp \ pttyhandler.cpp \ - opus-tools/src/resample.c \ + resampler/resample.c \ repeatersetup.cpp \ rigctld.cpp \ ring/ring.cpp @@ -143,9 +143,9 @@ HEADERS += wfmain.h \ meter.h \ qledlabel.h \ pttyhandler.h \ - opus-tools/src/speex_resampler.h \ - opus-tools/src/arch.h \ - opus-tools/src/resample_sse.h \ + resampler/speex_resampler.h \ + resampler/arch.h \ + resampler/resample_sse.h \ repeatersetup.h \ repeaterattributes.h \ rigctld.h \