From ae148498649e38105607e9da2262fc276ffe2049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 15 Dec 2022 18:54:48 +0000 Subject: Windows: Use SpeexDSP binary package Remove bundled code and use vcpkg binary library instead. --- sharkd_session.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sharkd_session.c') diff --git a/sharkd_session.c b/sharkd_session.c index b34ab30f84..3f5414aee1 100644 --- a/sharkd_session.c +++ b/sharkd_session.c @@ -61,11 +61,7 @@ #include #include #include -#ifdef HAVE_SPEEXDSP -# include -#else -# include "speexdsp/speex_resampler.h" -#endif /* HAVE_SPEEXDSP */ +#include #include -- cgit v1.2.3