]> 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:28 +0000 (16:37 +0000)
commitd819a6bccb18f5098e509fb729eadbf7146871cb
tree8330bf7d707ebb4d6bfcb95896c859ada4993404
parenta83c761c95f6db82425d47a3cd6b265d5656dcde
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