summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ecd5ab75..73976f2c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,7 +353,7 @@ if test "x$with_external_ffmpeg" = "xyes"; then
dnl Check presence of ffmpeg/avutil.h to see if it's old or new
dnl style for headers. The new style would be preferred actually...
- AC_CHECK_HEADER([ffmpeg/avutil.h])
+ AC_CHECK_HEADERS([ffmpeg/avutil.h])
AC_MSG_NOTICE([
*********************************************************************