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:
parent
6c852424d0
commit
39af15e1b4
2
configure
vendored
2
configure
vendored
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user