1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

require latest x264 to enable MEncoder's x264 support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27041 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2008-06-09 08:09:02 +00:00
parent 6c852424d0
commit 39af15e1b4

2
configure vendored
View File

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