]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Check for header file of OGG.
authorAlexander Traud <pabstraud@compuserve.com>
Sat, 17 Mar 2018 15:54:09 +0000 (16:54 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Sat, 17 Mar 2018 15:54:09 +0000 (16:54 +0100)
commit7b40605d8e08f85d7be225440d5ce94bfac92e69
treeeb92c7b7cbcc4391328a8eee155e0033da0892da
parentb50331626ed45ed73f381050738c8e595654639b
BuildSystem: Check for header file of OGG.

Asterisk uses various symbols of the shared library libogg within the module
format_ogg_vorbis. However, the source code of that module did not include the
header file of libogg explicitly but implicitly. Because that header was not
included before Asterisk 14, the script ./configure was told not to check for
it.

Anyway, even Asterisk 13 LTS uses symbols of libogg. Therefore, that header
should be included explicitly. Therefore, ./configure should check for that
header.

Change-Id: I98c50d56311b68880d1084fcc62c35ab2f8692db
configure
configure.ac
formats/format_ogg_vorbis.c