Move the codecs into a top-level "codecs" subdirectory; there's no
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Sep 2006 06:39:43 +0000 (06:39 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Sep 2006 06:39:43 +0000 (06:39 +0000)
commit93ce482790a9f6637d93933d44a37d9cb2e4b6ba
tree833928513cb31527c5bd1c334f234af05cef8dd6
parent08c807f7fece7bacf7f90bf620c8c111cbbc11bc
Move the codecs into a top-level "codecs" subdirectory; there's no
guarantee that all programs using the codecs will necessarily be using
GTK+.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19117 f5534014-38df-0310-8fa8-9805f1628bb7
14 files changed:
Makefile.am
Makefile.nmake
codecs/G711a/G711adecode.c [moved from gtk/codecs/G711a/G711adecode.c with 100% similarity]
codecs/G711a/G711adecode.h [moved from gtk/codecs/G711a/G711adecode.h with 100% similarity]
codecs/G711a/G711atable.h [moved from gtk/codecs/G711a/G711atable.h with 100% similarity]
codecs/G711u/G711udecode.c [moved from gtk/codecs/G711u/G711udecode.c with 100% similarity]
codecs/G711u/G711udecode.h [moved from gtk/codecs/G711u/G711udecode.h with 100% similarity]
codecs/G711u/G711utable.h [moved from gtk/codecs/G711u/G711utable.h with 100% similarity]
codecs/Makefile.am [moved from gtk/codecs/Makefile.am with 100% similarity]
codecs/Makefile.nmake [moved from gtk/codecs/Makefile.nmake with 100% similarity]
configure.in
gtk/Makefile.am
gtk/Makefile.nmake
gtk/rtp_player.c