summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2016-08-08 20:14:20 -0400
committerCorey Farrell <git@cfware.com>2016-08-08 20:05:34 -0500
commit827457dca0c9073b93822db45c859c7ae83ece76 (patch)
tree5df4450c74bf5d13fc6a6e8fc0b1d272d6ab41f9 /codecs
parent9042ad40f2a56d6cfd4117897cbc9943253d4e09 (diff)
Produce friendly error when AST_MODULE_SELF_SYM is not defined.
Modules must define AST_MODULE_SELF_SYM to be used as the name of a generated function. This produces a friendly error when it's not defined. ASTERISK-26278 #close Change-Id: Ib9d35a08104529c516d636771365e02c6e77a45b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/lpc10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/lpc10/Makefile b/codecs/lpc10/Makefile
index bdf1a3ad7..b414fd77d 100644
--- a/codecs/lpc10/Makefile
+++ b/codecs/lpc10/Makefile
@@ -25,7 +25,7 @@ CFLAGS+= -fPIC -Wno-comment
# The code here generates lots of warnings, so compiling with -Werror
# fails miserably. Remove it for the time being.
-_ASTCFLAGS:=$(_ASTCFLAGS:-Werror=)
+_ASTCFLAGS:=$(_ASTCFLAGS:-Werror=) -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self
LIB = $(LIB_TARGET_DIR)/liblpc10.a