wireshark/plugins/easy_codec
Bill Meier 11b5c15fdb Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0
Reviewed-on: https://code.wireshark.org/review/385
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-25 20:46:49 +00:00
..
Makefile.common
Makefile.nmake
ReadMe.txt
codec-g722.c Remove trailing whitespace 2014-02-25 20:46:49 +00:00
codec-g722.h Remove trailing whitespace 2014-02-25 20:46:49 +00:00
codec-g729a.c Remove trailing whitespace 2014-02-25 20:46:49 +00:00
codec-g729a.h Remove trailing whitespace 2014-02-25 20:46:49 +00:00
codec-g7231.c Remove trailing whitespace 2014-02-25 20:46:49 +00:00
codec-g7231.h Remove trailing whitespace 2014-02-25 20:46:49 +00:00
easy_codec_plugin.c Remove trailing whitespace 2014-02-25 20:46:49 +00:00
moduleinfo.nmake
plugin.rc.in

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