summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-01-11 11:12:38 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-01-11 11:12:38 +0100
commitaf964baf090616fbd858e8937d95bf1f1d8be277 (patch)
treee80ce8cb68d8d7c1875749e0ffbf5bc118b65708
parent7fcbebbeafd106d5bab82b272076f7ceb5bc4a73 (diff)
downloadffmpeg-streaming-af964baf090616fbd858e8937d95bf1f1d8be277.zip
ffmpeg-streaming-af964baf090616fbd858e8937d95bf1f1d8be277.tar.gz
configure: Simplify detection of static x264 on systems without pkg-config.
Fixes a regression since 6dfcbd80.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 84d2053..5d53362 100755
--- a/configure
+++ b/configure
@@ -5939,7 +5939,7 @@ enabled libwebp && {
enabled libwebp_encoder && require_pkg_config libwebp "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion
enabled libwebp_anim_encoder && check_pkg_config libwebp_anim_encoder "libwebpmux >= 0.4.0" webp/mux.h WebPAnimEncoderOptionsInit; }
enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode ||
- { require libx264 "stdint.h x264.h" x264_encoder_encode -lx264 &&
+ { require libx264 "stdint.h x264.h" x264_encoder_encode "-lx264 $pthreads_extralibs $libm_extralibs" &&
warn "using libx264 without pkg-config"; } } &&
require_cpp_condition x264.h "X264_BUILD >= 118" &&
{ check_cpp_condition x264.h "X264_MPEG2" &&
OpenPOWER on IntegriCloud