aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_audio_stream.cpp
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-12-15 18:54:48 +0000
committerJoão Valverde <j@v6e.pt>2022-12-16 11:11:28 +0000
commitae148498649e38105607e9da2262fc276ffe2049 (patch)
treea603adaab2f0b334fb39eb72f0644a7ab91da838 /ui/qt/rtp_audio_stream.cpp
parenta4f56e90a66e81f85d8e5f81eb3e5781198311c3 (diff)
Windows: Use SpeexDSP binary package
Remove bundled code and use vcpkg binary library instead.
Diffstat (limited to 'ui/qt/rtp_audio_stream.cpp')
-rw-r--r--ui/qt/rtp_audio_stream.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt/rtp_audio_stream.cpp b/ui/qt/rtp_audio_stream.cpp
index 4229854c07..6f93c12403 100644
--- a/ui/qt/rtp_audio_stream.cpp
+++ b/ui/qt/rtp_audio_stream.cpp
@@ -11,11 +11,7 @@
#ifdef QT_MULTIMEDIA_LIB
-#ifdef HAVE_SPEEXDSP
#include <speex/speex_resampler.h>
-#else
-#include "../../speexdsp/speex_resampler.h"
-#endif /* HAVE_SPEEXDSP */
#include <epan/rtp_pt.h>
#include <epan/to_str.h>