summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 3270863c..23315452 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -828,6 +828,7 @@ AC_ARG_ENABLE(ffmpeg,
dnl # libz, needed by newer ffmpeg
AC_CHECK_LIB(z, deflate)
+ AC_CHECK_LIB(x264, x264_free)
FFMPEG_PREFIX=""
if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then