Mercurial > mplayer.hg
comparison configure @ 29662:fb0202969d92
sync to x264-r1260 (which changed api)
author | lorenm |
---|---|
date | Wed, 23 Sep 2009 12:01:04 +0000 |
parents | 224efd8fe6eb |
children | 3f5e7b22b2a6 |
comparison
equal
deleted
inserted
replaced
29661:6e5bf32db9ff | 29662:fb0202969d92 |
---|---|
7238 echocheck "x264" | 7238 echocheck "x264" |
7239 if test "$_x264" = auto ; then | 7239 if test "$_x264" = auto ; then |
7240 cat > $TMPC << EOF | 7240 cat > $TMPC << EOF |
7241 #include <inttypes.h> | 7241 #include <inttypes.h> |
7242 #include <x264.h> | 7242 #include <x264.h> |
7243 #if X264_BUILD < 65 | 7243 #if X264_BUILD < 76 |
7244 #error We do not support old versions of x264. Get the latest from SVN. | 7244 #error We do not support old versions of x264. Get the latest from git. |
7245 #endif | 7245 #endif |
7246 int main(void) { x264_encoder_open((void*)0); return 0; } | 7246 int main(void) { x264_encoder_open((void*)0); return 0; } |
7247 EOF | 7247 EOF |
7248 _x264=no | 7248 _x264=no |
7249 for _ld_x264 in "-lx264 $_ld_pthread" "-lx264 $_ld_pthread $_ld_lm" ; do | 7249 for _ld_x264 in "-lx264 $_ld_pthread" "-lx264 $_ld_pthread $_ld_lm" ; do |