summaryrefslogtreecommitdiff
path: root/ui/qt/rtp_audio_stream.cpp
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-05-10 19:25:38 +0100
committerJoão Valverde <j@v6e.pt>2016-05-16 14:16:41 +0000
commit9f8fc21b62307da7e63884b677af7e7af84cb5c7 (patch)
tree073a02bc6200aea9d94ae8cc874f9a2033285c7a /ui/qt/rtp_audio_stream.cpp
parentea626b5a9c53357df2e5bc48b0dc1e8f5a8df035 (diff)
downloadwireshark-9f8fc21b62307da7e63884b677af7e7af84cb5c7.tar.gz
autotools: Check for SpeexDSP system library
Change-Id: Ie07f49ec5a563f3b43a2442e05646c6a0b51ca41 Reviewed-on: https://code.wireshark.org/review/15349 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'ui/qt/rtp_audio_stream.cpp')
-rw-r--r--ui/qt/rtp_audio_stream.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/rtp_audio_stream.cpp b/ui/qt/rtp_audio_stream.cpp
index 8c2ac2d538..6d0dfc72e1 100644
--- a/ui/qt/rtp_audio_stream.cpp
+++ b/ui/qt/rtp_audio_stream.cpp
@@ -23,7 +23,11 @@
#ifdef QT_MULTIMEDIA_LIB
+#ifdef HAVE_SPEEXDSP
+#include <speex/speex_resampler.h>
+#else
#include <codecs/speex/speex_resampler.h>
+#endif /* HAVE_SPEEXDSP */
#include <epan/rtp_pt.h>