wireshark/plugins/easy_codec
Jeff Morriss e7df09b82f Add the easy_codec plugin to the source distribution.
It doesn't build on Linux but cmake looks for it (won't build without it) and
Windows users might want it.

Change-Id: I978f0de0a2895a82f4f3b8c1e9e0ecec6a93e6f4
Reviewed-on: https://code.wireshark.org/review/3325
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-08-01 16:17:38 +00:00
..
Makefile.am Add the easy_codec plugin to the source distribution. 2014-08-01 16:17:38 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
ReadMe.txt
codec-g722.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g722.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g729a.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g729a.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g7231.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g7231.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
easy_codec_plugin.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
moduleinfo.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
plugin.rc.in

ReadMe.txt

Instructions on compiling the Easy Codecs
=========================================

1. Download the codec files from www.ImTelephone.com and install them in the following subdirectories.
	EasyG722
	EasyG7231
	EasyG729A

2. Build plugin.
	Win32: nmake -f makefile.nmake
	Linux: TO DO