Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] How to add ilbc library to wireshark CMake?

From: Jiří Novák <j.novak@xxxxxxxxxxxx>
Date: Sat, 28 Dec 2019 20:51:21 +0000
Hello,

  I finished iLBC codec support and it works fine for decoding and audio
saving. The only issue is that I'm able to build and test it on Linux only.
  It depends on iLBC lib from https://github.com/TimothyGu/libilbc. It
is package ilbc/ilbc-devel on Fedora
(ilbc-1.1.1-16.fc30.x86_64/ilbc-devel-1.1.1-16.fc30.x86_64)

  I modified/created CMakeLists.txt, CMakeOptions.txt,
cmake/modules/FindILBC.cmake and tools/rpm-setup.sh.
  I didn't touched files for Windows/MAC.

  Can I ask anyone to help me to update/test scripts for other platforms
and petri-dish?

						Best regards,

							Jirka Novak