From 7ab6440416622965513ee6e65f46ecdabefc6bdd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 4 Sep 2020 15:15:05 -0700 Subject: 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. --- plugins/codecs/G711/CMakeLists.txt | 2 +- plugins/codecs/G722/CMakeLists.txt | 2 +- plugins/codecs/G726/CMakeLists.txt | 2 +- plugins/codecs/G729/CMakeLists.txt | 2 +- plugins/codecs/iLBC/CMakeLists.txt | 2 +- plugins/codecs/l16_mono/CMakeLists.txt | 2 +- plugins/codecs/sbc/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/codecs') 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} -- cgit v1.2.3