wireshark/plugins/easy_codec
Kovarththanan Rajaratnam 2547ce21bf We no longer support the old plugin API so remove it completely from the build system
svn path=/trunk/; revision=29821
2009-09-09 14:01:57 +00:00
..
Makefile.common
Makefile.nmake We no longer support the old plugin API so remove it completely from the build system 2009-09-09 14:01:57 +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