Commit 9e57ad81 authored by Rafaël Carré's avatar Rafaël Carré

x264: mention >=0.76 requirement

The error message wouldn't explicitely say that a new enough version is
necessary
parent fd1b3bd6
......@@ -3374,7 +3374,7 @@ if test "${enable_x264}" != "no"; then
fi
],[
if test "${enable_x264}" = "yes"; then
AC_MSG_ERROR([Could not find libx264 on your system: you may get it from http://www.videolan.org/x264.html])
AC_MSG_ERROR([Could not find libx264 >= 0.76 on your system: you may get it from http://www.videolan.org/x264.html])
fi
])
LDFLAGS="${LDFLAGS_save}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment