]> 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:32 +0000 (16:37 +0000)
commit5a770ad13f5969b1b5d026960af5820b30fa0137
tree9aef0fe305cddaab3c96ee63cd635300f1c3b4e4
parent64603c4807c1e3ba846ed4c36032a4376bdd3a82
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