wireshark/plugins/easy_codec
Gerald Combs 7abeb02747 If we have an SVN revision number, use it as the build number under Windows
instead of "0".

svn path=/trunk/; revision=24376
2008-02-18 18:08:14 +00:00
..
Makefile.common
Makefile.nmake
ReadMe.txt
codec-g722.c
codec-g722.h
codec-g729a.c
codec-g729a.h
codec-g7231.c
codec-g7231.h
easy_codec_plugin.c
moduleinfo.nmake
plugin.rc.in If we have an SVN revision number, use it as the build number under Windows 2008-02-18 18:08:14 +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