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
This commit is contained in:
lorenm 2009-11-29 05:18:40 +00:00
parent b2adf9d98d
commit 9c846b3df6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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; }