diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-07-24 23:50:38 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-07-28 22:17:42 +0200 |
commit | e4a462e3eafdfe336f4d079c3ba72a9cdb4748b0 (patch) | |
tree | 8fbe4fe4bf2eecc479e0ec512031840e11870000 | |
parent | 259fe7280d0b63dc7a8ff017d44f26d3a84cfde8 (diff) | |
download | ffmpeg-e4a462e3eafdfe336f4d079c3ba72a9cdb4748b0.tar.gz |
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.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |