wireshark/plugins/easy_codec
Jeff Morriss 4661aad9a4 Run checkapi on the dissector header files
svn path=/trunk/; revision=29883
2009-09-13 19:48:22 +00:00
..
Makefile.common
Makefile.nmake Run checkapi on the dissector header files 2009-09-13 19:48:22 +00:00
ReadMe.txt
codec-g722.c - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
codec-g722.h - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
codec-g729a.c - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
codec-g729a.h - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
codec-g7231.c - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
codec-g7231.h - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +00:00
easy_codec_plugin.c - remove reference to AMR (submitted by mistake) 2009-02-09 12:54:40 +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