wireshark/plugins/easy_codec
Guy Harris b6e20d89be Put printf into a separate "termoutput" API group. For most files,
check for it - but not for TShark plugins, as they are expected to
print to the standard output.

svn path=/trunk/; revision=25653
2008-07-01 21:13:32 +00:00
..
Makefile.common
Makefile.nmake Put printf into a separate "termoutput" API group. For most files, 2008-07-01 21:13:32 +00:00
ReadMe.txt
codec-g722.c
codec-g722.h
codec-g729a.c
codec-g729a.h
codec-g7231.c
codec-g7231.h
easy_codec_plugin.c Run checkAPI in plugins dir. 2008-05-08 18:24:08 +00:00
moduleinfo.nmake
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00

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