wireshark/plugins/easy_codec
Pascal Quantin 6baa1b544c Remove Nmake build system
Change-Id: I3bd474f3cda9667dec66426b5729449953df3e61
Reviewed-on: https://code.wireshark.org/review/15777
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2016-06-15 19:21:57 +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
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
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
easy_codec_plugin.c
Makefile.am Remove Nmake build system 2016-06-15 19:21:57 +00:00
Makefile.common
plugin.rc.in
ReadMe.txt Remove Nmake build system 2016-06-15 19:21:57 +00:00

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.
	Linux: TO DO
	CMake: TO DO