wireshark/plugins/easy_codec
Jakub Zawadzki b18e880040 Update FSF address - part II.
svn path=/trunk/; revision=43538
2012-06-28 23:18:38 +00:00
..
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake Add a "-build" argument to checkAPIs.pl. Use that argument when building 2012-04-04 20:46:49 +00:00
ReadMe.txt
codec-g722.c Update FSF address - part II. 2012-06-28 23:18:38 +00:00
codec-g722.h Update FSF address - part II. 2012-06-28 23:18:38 +00:00
codec-g729a.c Update FSF address - part II. 2012-06-28 23:18:38 +00:00
codec-g729a.h Update FSF address - part II. 2012-06-28 23:18:38 +00:00
codec-g7231.c Update FSF address - part II. 2012-06-28 23:18:38 +00:00
codec-g7231.h Update FSF address - part II. 2012-06-28 23:18:38 +00:00
easy_codec_plugin.c Update FSF address - part II. 2012-06-28 23:18:38 +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