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: Sun, 29 Dec 2019 13:46:45 +0000
Hi,

> For Ubuntu there is tools/debian-setup.sh that installs optional
> packages (as this).
> I suggest you to test your change at least on this platform since it's
> the most common.

OK. I will try.

> Did you make your change compilable without that library? You need some
> preprocessor ifdefs for that.

I'm familiar with optional compilation with configure tools, but I'm
lost in CMake... On the other hand I tested it and it is possible to
compile it without library - CMake detects it is not there and do not
compile the code. Therefore it looks I wrote it correctly.

BTW I have no idea where to get iLBC library for Windows and Mac. The
library is open source therefore we can try to compile it, but I don't
know how to incorporate this step/procedure to build of wireshark.

Redhat like systems use version 1.1.1 from 2012 but many other platforms
use latest 2.0.2 from 2014.

> If you push your change as WIP you can add me as reviewer: I have a
> bunch of builders for many platforms. I can help you at least to compile
> it on as many as possible.

OK, thank you for offer. I'm waiting for accepting a few changes it
depends on and then I will push it.

						Best regards,

							Jirka Novak