From 07a0e68377b9efcd9cf30a7671e8043c9cd120ba Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 12 Jul 2016 20:25:33 +0200 Subject: Add AMR codec support CMake work and rebase on current wireshark master by Pau Espin Pedrol. Change-Id: I5ec963b910f8f271aa2e5d680ea33e2170a6f367 --- codecs/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'codecs/CMakeLists.txt') diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt index 2f446f6648..ce6ca048fb 100644 --- a/codecs/CMakeLists.txt +++ b/codecs/CMakeLists.txt @@ -49,6 +49,11 @@ if(HAVE_BCG729) list(APPEND wscodecs_LIBS ${BCG729_LIBRARIES}) endif() +if(AMRNB_FOUND) + list(APPEND WSCODECS_FILES amr/amrdecode.c) + list(APPEND wscodecs_LIBS ${AMRNB_LIBRARIES}) +endif() + add_library(wscodecs ${WSCODECS_FILES} ${CMAKE_BINARY_DIR}/image/libwscodecs.rc -- cgit v1.2.3