summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-02 20:50:55 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-02 20:50:55 +0000
commitac02b9ee47e57f98862accd4474e3c751d6e97ac (patch)
tree73dbc8a9bcc6fcdc801ff078efb896095c91e595 /configure
parent0cded5de1c2ec43a3f6538c2c3e38c277d049ca5 (diff)
downloadmpv-ac02b9ee47e57f98862accd4474e3c751d6e97ac.tar.bz2
mpv-ac02b9ee47e57f98862accd4474e3c751d6e97ac.tar.xz
libavcodec/libx264.c requires x264 0.98 since r23430.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 312d46ee52..250a8426c1 100755
--- a/configure
+++ b/configure
@@ -7547,7 +7547,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 89
+#if X264_BUILD < 98
#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }