1
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 19:37:30 +01:00

x264 version 0.83 is required.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30383 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-01-21 10:37:35 +00:00
parent 4e92beb4ea
commit 34db438211

2
configure vendored
View File

@ -7465,7 +7465,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
#if X264_BUILD < 79
#if X264_BUILD < 83
#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; }