wireshark/plugins/easy_codec
Alexis La Goutte 757aa33220 Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31 18:48:06 +00:00
..
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
ReadMe.txt
codec-g722.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g722.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g729a.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g729a.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g7231.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g7231.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
easy_codec_plugin.c Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
moduleinfo.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
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