MSYS2: Use system SpeexDSP package

This commit is contained in:
João Valverde 2021-11-12 10:50:29 +00:00 committed by Wireshark GitLab Utility
parent c3599a9616
commit b8f9758742
2 changed files with 5 additions and 4 deletions

View File

@ -1360,9 +1360,10 @@ find_package(DOXYGEN)
# The SpeexDSP resampler is required iff building wireshark or sharkd.
if(BUILD_wireshark OR BUILD_sharkd)
# On Windows we just use the bundled resampler. We don't have
# our own binary package for SpeexDSP and don't bother searching.
if (NOT WIN32)
# We don't provide a binary package for SpeexDSP in our repository.
# If using the repository don't bother searching for a system SpeexDSP
# installation and just use the bundled resampler code instead.
if (NOT USE_REPOSITORY)
find_package(SpeexDSP)
endif()
if(SpeexDSP_FOUND)

View File

@ -37,7 +37,7 @@ From this point on it's a typical ninja build:
$ pacboy -S glib2:x libpcap:x libgcrypt:x gnutls:x qt5:x \
asciidoctor:x libssh:x libmaxminddb:x snappy:x spandsp:x \
libilbc:x doxygen:x winsparkle:x opus:x
libilbc:x doxygen:x winsparkle:x opus:x speexdsp:x
5. Build by running "ninja" in the build directory: