summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 86350ea421..c20d710c12 100755
--- a/configure
+++ b/configure
@@ -5264,7 +5264,7 @@ echocheck "libdts support"
if test "$_libdts" = auto ; then
_libdts=no
cat > $TMPC << EOF
-#include <stdint.h>
+#include <inttypes.h>
#include <dts.h>
int main(void) { dts_init (0); return 0; }
EOF
@@ -5917,8 +5917,7 @@ fi
echocheck "x264"
cat > $TMPC << EOF
-#include <stdint.h>
-#include <stdarg.h>
+#include <inttypes.h>
#include <x264.h>
#if X264_BUILD < 0x0014
#error We do not support old versions of x264. Get the latest from SVN.