mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
Stefan Knoblich
400e6b6447
spandsp: Fix libjpeg checks for --enable-builtin-tiff builds.
The --enable-builtin-tiff option appends libs/tiff-3.8.2/libtiff/libtiff.la to LIBS, causing the AC_CHECK_LIB([jpeg]...) check to fail, because libtiff.la does not exist at configure time. Temporarily store tiff and jpeg libs in TIFF_-/JPEG_LIBS variables and append them to LIBS after all library checks have run. Example error output: configure:20049: checking for jpeg_start_compress in -ljpeg configure:20074: cc -o conftest -O2 -pipe -fno-strict-aliasing -L/usr/local/lib conftest.c -ljpeg -lm /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la >&5 cc: /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la: No such file or directory Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
…
…
…
…
…
…
…
…
…
…
…
…
freeswitch
Personal Copy of Freeswitch
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Readme
Multiple Licenses
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%