wireshark/plugins/easy_codec
Balint Reczey 005a83e54f Build easy codec plugin as a DLL
This fixes compilation on Windows.

From Gisle Vanem <gvanem@broadpark.no> with a minor change by me.

svn path=/trunk/; revision=48314
2013-03-15 13:00:51 +00:00
..
Makefile.common Pull the definition of NODIST_HEADER_FILES up into 2013-02-09 20:15:18 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
ReadMe.txt
codec-g722.c
codec-g722.h
codec-g729a.c
codec-g729a.h
codec-g7231.c
codec-g7231.h
easy_codec_plugin.c Build easy codec plugin as a DLL 2013-03-15 13:00:51 +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