wireshark/plugins/easy_codec
Gerald Combs 07e5df616e Disable manifest building for our DLLs. This attempts to fix bug 3272.
svn path=/trunk/; revision=27579
2009-03-02 18:57:35 +00:00
..
Makefile.common
Makefile.nmake Disable manifest building for our DLLs. This attempts to fix bug 3272. 2009-03-02 18:57:35 +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