aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-09-04 15:15:05 -0700
committerAndersBroman <a.broman58@gmail.com>2020-09-05 07:41:29 +0000
commit7ab6440416622965513ee6e65f46ecdabefc6bdd (patch)
treef4286e9ca294cac1664e04ba9d6763b3e53a5b89 /plugins/codecs
parenta46b62fcab53a42ce09764b03cccf4bd2136931d (diff)
Tools: Clean up checkAPI and add ui/qt.
Remove the --check-addtext and --build flags. They were used for checkAddTextCalls, which was removed in e2735ecfdd. Add the sources in ui/qt except for qcustomplot.{cpp,h}. Fix issues in main.cpp, rtp_audio_stream.cpp, and wireshark_zip_helper.cpp. Rename "index"es in packet-usb-hid.c.
Diffstat (limited to 'plugins/codecs')
-rw-r--r--plugins/codecs/G711/CMakeLists.txt2
-rw-r--r--plugins/codecs/G722/CMakeLists.txt2
-rw-r--r--plugins/codecs/G726/CMakeLists.txt2
-rw-r--r--plugins/codecs/G729/CMakeLists.txt2
-rw-r--r--plugins/codecs/iLBC/CMakeLists.txt2
-rw-r--r--plugins/codecs/l16_mono/CMakeLists.txt2
-rw-r--r--plugins/codecs/sbc/CMakeLists.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/codecs/G711/CMakeLists.txt b/plugins/codecs/G711/CMakeLists.txt
index b21aaf5eb3..440f7ff0d3 100644
--- a/plugins/codecs/G711/CMakeLists.txt
+++ b/plugins/codecs/G711/CMakeLists.txt
@@ -48,7 +48,7 @@ CHECKAPI(
NAME
g711
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/G722/CMakeLists.txt b/plugins/codecs/G722/CMakeLists.txt
index c81877c20e..d69e35f14c 100644
--- a/plugins/codecs/G722/CMakeLists.txt
+++ b/plugins/codecs/G722/CMakeLists.txt
@@ -50,7 +50,7 @@ CHECKAPI(
NAME
g722
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/G726/CMakeLists.txt b/plugins/codecs/G726/CMakeLists.txt
index 3e3964ffec..8cfbb6edd2 100644
--- a/plugins/codecs/G726/CMakeLists.txt
+++ b/plugins/codecs/G726/CMakeLists.txt
@@ -50,7 +50,7 @@ CHECKAPI(
NAME
g726
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/G729/CMakeLists.txt b/plugins/codecs/G729/CMakeLists.txt
index b20fce09be..f6193c6938 100644
--- a/plugins/codecs/G729/CMakeLists.txt
+++ b/plugins/codecs/G729/CMakeLists.txt
@@ -50,7 +50,7 @@ CHECKAPI(
NAME
g729
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/iLBC/CMakeLists.txt b/plugins/codecs/iLBC/CMakeLists.txt
index 4f960a34ce..e3ab0c7dd7 100644
--- a/plugins/codecs/iLBC/CMakeLists.txt
+++ b/plugins/codecs/iLBC/CMakeLists.txt
@@ -50,7 +50,7 @@ CHECKAPI(
NAME
ilbc
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/l16_mono/CMakeLists.txt b/plugins/codecs/l16_mono/CMakeLists.txt
index 66e66c3944..a6b7e27955 100644
--- a/plugins/codecs/l16_mono/CMakeLists.txt
+++ b/plugins/codecs/l16_mono/CMakeLists.txt
@@ -48,7 +48,7 @@ CHECKAPI(
NAME
l16mono
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}
diff --git a/plugins/codecs/sbc/CMakeLists.txt b/plugins/codecs/sbc/CMakeLists.txt
index 8d86ac1536..d06eb21e83 100644
--- a/plugins/codecs/sbc/CMakeLists.txt
+++ b/plugins/codecs/sbc/CMakeLists.txt
@@ -50,7 +50,7 @@ CHECKAPI(
NAME
sbc
SWITCHES
- -g abort -g termoutput -build
+ -g abort -g termoutput
SOURCES
${CODEC_SRC}
${CODEC_HEADERS}