wireshark/plugins/easy_codec
2009-03-02 18:57:35 +00:00
..
codec-g722.c
codec-g722.h
codec-g729a.c
codec-g729a.h
codec-g7231.c
codec-g7231.h
easy_codec_plugin.c
Makefile.common
Makefile.nmake Disable manifest building for our DLLs. This attempts to fix bug 3272. 2009-03-02 18:57:35 +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