1
0

configure: don't use pkgconfig for libopus or libspeex (HACK)

This commit is contained in:
Hendrik Leppkes 2012-08-11 11:42:14 +02:00
parent df0575dc21
commit 067549f72e
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5

2
configure vendored
View File

@ -6939,7 +6939,7 @@ enabled libsmbclient && { check_pkg_config libsmbclient smbclient libsmbcli
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
enabled libssh && require_pkg_config libssh "libssh >= 0.6.0" libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex
enabled libsrt && require_pkg_config libsrt "srt >= 1.3.0" srt/srt.h srt_socket
enabled libsvtav1 && require_pkg_config libsvtav1 "SvtAv1Enc >= 0.9.0" EbSvtAv1Enc.h svt_av1_enc_init_handle
enabled libtensorflow && require libtensorflow tensorflow/c/c_api.h TF_Version -ltensorflow