Move codecs.[ch] out of epan and into codecs directory.
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Dec 2013 03:53:57 +0000 (03:53 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Dec 2013 03:53:57 +0000 (03:53 +0000)
commit15b4275cf569ad8d7e3961ee73826504f2dc78fd
treec818f59dc1a8d79008a66887d4450c44a1b4071b
parent8184fa17ec34e5d192077017cf6b3a8fdc3d9e91
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)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53686 f5534014-38df-0310-8fa8-9805f1628bb7
codecs/CMakeLists.txt
codecs/Makefile.am
codecs/Makefile.nmake
codecs/codecs.c [moved from epan/codecs.c with 98% similarity]
codecs/codecs.h [moved from epan/codecs.h with 70% similarity]
epan/CMakeLists.txt
epan/Makefile.common
ui/gtk/rtp_player.c