aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs
diff options
context:
space:
mode:
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}