summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 19:30:57 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 19:30:57 +0000
commit94b93ccc69d35a23cebcb0d9a92fe511c8dd5457 (patch)
tree508776baf9c32bf87843769cb03950924dd48d60 /configure
parent63c70fadf22e5ff7fe551390043bdc0d0b02efce (diff)
downloadmpv-94b93ccc69d35a23cebcb0d9a92fe511c8dd5457.tar.bz2
mpv-94b93ccc69d35a23cebcb0d9a92fe511c8dd5457.tar.xz
sync to x264 r503 (dct_decimate)
patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18208 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 1a070d0eb0..207e94441e 100755
--- a/configure
+++ b/configure
@@ -6358,7 +6358,7 @@ echocheck "x264"
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 45
+#if X264_BUILD < 46
#error We do not support old versions of x264. Get the latest from SVN.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }