wireshark/plugins/easy_codec
Jeff Morriss 75c3c92f19 Add a "-build" argument to checkAPIs.pl. Use that argument when building
from makefiles (and thus from the buildbot).

The intention is to be able to tell when a human is running the tool so we
can provide more code-review guidance.

As a starter, enable the "too many proto_tree_add_text() calls" check when
a human is running the tool.

svn path=/trunk/; revision=41943
2012-04-04 20:46:49 +00:00
..
Makefile.common Codec plugin example. The stub for ImTelephone libraries. 2007-12-03 09:59:18 +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 - 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