Mercurial > mplayer.hg
comparison configure @ 34147:6e798fce4fc1
x264 version 118 is required for successful compilation.
author | cehoyos |
---|---|
date | Fri, 21 Oct 2011 23:15:33 +0000 |
parents | 3f73c0da20c7 |
children | 61e3181426d8 |
comparison
equal
deleted
inserted
replaced
34146:19b03b022753 | 34147:6e798fce4fc1 |
---|---|
6903 echocheck "x264" | 6903 echocheck "x264" |
6904 if test "$_x264" = auto && test "$_mencoder" = yes ; then | 6904 if test "$_x264" = auto && test "$_mencoder" = yes ; then |
6905 cat > $TMPC << EOF | 6905 cat > $TMPC << EOF |
6906 #include <inttypes.h> | 6906 #include <inttypes.h> |
6907 #include <x264.h> | 6907 #include <x264.h> |
6908 #if !(X264_BUILD >= 115) | 6908 #if !(X264_BUILD >= 118) |
6909 #error We do not support old versions of x264. Get the latest from git. | 6909 #error We do not support old versions of x264. Get the latest from git. |
6910 #endif | 6910 #endif |
6911 int main(void) { x264_encoder_open((void*)0); return 0; } | 6911 int main(void) { x264_encoder_open((void*)0); return 0; } |
6912 EOF | 6912 EOF |
6913 _x264=no | 6913 _x264=no |