wireshark/plugins/easy_codec
Guy Harris 8c86fbc0be <string.h>, not <memory.h>, is the header file for memcpy().
Don't include <memory.h> when using memcpy(), include <string.h>.

We don't need to check for memory.h, so don't do it in CMake (we don't
explicitly check for it in autoconf, but it's checked for by some macro
we do use).

Change-Id: I7aa93d4ea93bab9beff597939d3c24aecda3d52e
Reviewed-on: https://code.wireshark.org/review/7433
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-02-27 22:55:53 +00:00
..
Makefile.am Add the easy_codec plugin to the source distribution. 2014-08-01 16:17:38 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Add '*.nativecodeanalysis.xml' to 'clean' targets 2015-01-02 01:45:16 +00:00
ReadMe.txt Fix CMake generation and use of Windows .rc files 2015-01-11 20:22:32 +00:00
codec-g722.c <string.h>, not <memory.h>, is the header file for memcpy(). 2015-02-27 22:55:53 +00:00
codec-g722.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g729a.c <string.h>, not <memory.h>, is the header file for memcpy(). 2015-02-27 22:55:53 +00:00
codec-g729a.h Continue to remove $Id$ from top of file 2014-03-31 18:30:52 +00:00
codec-g7231.c <string.h>, not <memory.h>, is the header file for memcpy(). 2015-02-27 22:55:53 +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 Fix CMake generation and use of Windows .rc files 2015-01-11 20:22:32 +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
	CMake: TO DO