wireshark/plugins/easy_codec
João Valverde a16d401b25 Remove Makefile.common files
Now that nmake build system has been removed they are not needed anymore.

Change-Id: I88075f955bb4349185859c1af4be22e53de5850f
Reviewed-on: https://code.wireshark.org/review/16050
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-06-30 11:04:17 +00:00
..
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
ReadMe.txt Remove Nmake build system 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
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.
	Linux: TO DO
	CMake: TO DO