]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_ilbc: Disable system ilbc if version >= 3.0.0
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 7 Nov 2023 23:24:37 +0000 (16:24 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 8 Nov 2023 16:37:25 +0000 (16:37 +0000)
commitbee37b74042b145a484f327aeb10f2662be888ac
treedd42a8c8fe66578c5f6e157c5fc66e184e2963af
parent59e296df01fe7bf8180215e9b4ec2569b94a48fa
codec_ilbc: Disable system ilbc if version >= 3.0.0

Fedora 37 started shipping ilbc 3.0.4 which we don't yet support.
configure.ac now checks the system for "libilbc < 3" instead of
just "libilbc".  If true, the system version of ilbc will be used.
If not, the version included at codecs/ilbc will be used.

Resolves: #84
configure
configure.ac