aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
commit9972e5f24ad5931bdc8644e99e90db26fc0104a7 (patch)
treec818f59dc1a8d79008a66887d4450c44a1b4071b /codecs/CMakeLists.txt
parent4e2b6b13f6c71a81671fc4fb589f7919a81b931b (diff)
Move codecs.[ch] out of epan and into codecs directory.
This may break easy_codec plugins, but it appears a better/more consistent way is needed to register codecs. See Guy's comments in bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893) svn path=/trunk/; revision=53686
Diffstat (limited to 'codecs/CMakeLists.txt')
-rw-r--r--codecs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 723d891510..8af9897dfa 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -22,6 +22,7 @@
#
set(CODECS_FILES
+ codecs.c
G711a/G711adecode.c
G711u/G711udecode.c
G722/G722decode.c