summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-29 05:18:40 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-29 05:18:40 +0000
commit9c846b3df6ff206f59364b2d5ae511c293d8e44a (patch)
tree738eb4a67f16cf7864b149a6d2cabec3c6a5066b
parentb2adf9d98d8f59162ffcfdcd254e8626aacbec18 (diff)
downloadmpv-9c846b3df6ff206f59364b2d5ae511c293d8e44a.tar.bz2
mpv-9c846b3df6ff206f59364b2d5ae511c293d8e44a.tar.xz
sync to x264-r1327. (only needed for x264-in-libavcodec)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29972 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c2b3de83da..8092e75d61 100755
--- a/configure
+++ b/configure
@@ -7237,7 +7237,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 78
+#if X264_BUILD < 79
#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; }