[FFmpeg-cvslog] configure: Use require_pkg_config for Speex
Luca Barbato
git at videolan.org
Tue Jul 29 00:34:02 CEST 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu Jul 24 23:50:38 2014 +0200| [e4a462e3eafdfe336f4d079c3ba72a9cdb4748b0] | committer: Luca Barbato
configure: Use require_pkg_config for Speex
Distributors and integrators nowadays have less problems by leveraging
pkg-config files than having to set custom CFLAGS and LDFLAGS.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4a462e3eafdfe336f4d079c3ba72a9cdb4748b0
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 3c1c520..800d6fa 100755
--- a/configure
+++ b/configure
@@ -4118,7 +4118,7 @@ enabled libopus && require_pkg_config opus opus_multistream.h opus_mul
enabled libpulse && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
enabled librtmp && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
enabled libschroedinger && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
-enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex
+enabled libspeex && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame
enabled libvo_aacenc && require libvo_aacenc vo-aacenc/voAAC.h voGetAACEncAPI -lvo-aacenc
More information about the ffmpeg-cvslog
mailing list