summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-10-04 20:07:47 +0200
committerDiego Biurrun <diego@biurrun.de>2017-10-10 23:20:20 +0200
commit1c047c8f4d5e016e89250afdeb88a4fea707cc1c (patch)
treee58a106274bf418258146d8e0bbaa91390378702
parent3e5950287317938e6b81e7ef8f024b403c303289 (diff)
configure: Drop stray extralibs for libspeex
These extralibs are set by pkg-config already.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1a2824c041..d3c968b3f4 100755
--- a/configure
+++ b/configure
@@ -4760,7 +4760,7 @@ enabled libpulse && require_pkg_config libpulse libpulse-simple pulse/s
enabled librtmp && require_pkg_config librtmp librtmp librtmp/rtmp.h RTMP_Socket
enabled libschroedinger && require_pkg_config libschroedinger schroedinger-1.0 schroedinger/schro.h schro_init
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy
-enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init -lspeex
+enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
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