summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-05 08:51:03 +0200
committerDiego Biurrun <diego@biurrun.de>2016-10-06 12:32:34 +0200
commit20abcaa273a6e77d0a2e1a98c643c73562c6f8f2 (patch)
tree0faf72ce100bb41a24e416e94823914e2a25e0e6 /configure
parentd9dccc03890a976dba59d66ed3b5aceeaa33d14c (diff)
downloadffmpeg-streaming-20abcaa273a6e77d0a2e1a98c643c73562c6f8f2.zip
ffmpeg-streaming-20abcaa273a6e77d0a2e1a98c643c73562c6f8f2.tar.gz
configure: #include stdint.h as part of libxavs test
Unfortunately the xavs.h API header is not self-sufficient and relies on manual stdint.h inclusion by its users.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e87366e..ac20cfa 100755
--- a/configure
+++ b/configure
@@ -4673,7 +4673,7 @@ enabled libx264 && require_pkg_config x264 "stdint.h x264.h" x264_enco
enabled libx265 && require_pkg_config x265 x265.h x265_api_get &&
{ check_cpp_condition x265.h "X265_BUILD >= 57" ||
die "ERROR: libx265 version must be >= 57."; }
-enabled libxavs && require libxavs xavs.h xavs_encoder_encode -lxavs
+enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode -lxavs
enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
enabled mmal && { check_lib interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host ||
{ ! enabled cross_compile && {
OpenPOWER on IntegriCloud