]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 8 Nov 2023 16:37:35 +0000 (16:37 +0000)
commit36f84909011545177d0a4ce8be64fb2bb3e593fd
tree415264a74e31fc823a59e274174a0b362eca350d
parentc19470497f37a65e7a0c898fbf19b06356a324a5
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