Mercurial > mplayer.hg
comparison configure @ 16015:af46277c0af8
libx264 compiled with visualization requirs xlib
author | iive |
---|---|
date | Tue, 19 Jul 2005 16:47:25 +0000 |
parents | 087142ef3a2d |
children | 1307465ee8ff |
comparison
equal
deleted
inserted
replaced
16014:67266a949b51 | 16015:af46277c0af8 |
---|---|
6135 #error We do not support old versions of x264. Get the latest from SVN. | 6135 #error We do not support old versions of x264. Get the latest from SVN. |
6136 #endif | 6136 #endif |
6137 int main(void) { x264_encoder_open((void*)0); return 0; } | 6137 int main(void) { x264_encoder_open((void*)0); return 0; } |
6138 EOF | 6138 EOF |
6139 _ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread" | 6139 _ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread" |
6140 if test "$_x264" != no && cc_check $_inc_x264 $_ld_x264 ; then | 6140 if test "$_x264" != no && \ |
6141 ( cc_check $_inc_x264 $_ld_x264 || \ | |
6142 ( test "$_x11" = yes && cc_check $_inc_x264 $_inc_x11 $_ld_x264 $_ld_x11 )) ; \ | |
6143 then | |
6141 _x264=yes | 6144 _x264=yes |
6142 _def_x264='#define HAVE_X264 1' | 6145 _def_x264='#define HAVE_X264 1' |
6143 _codecmodules="x264 $_codecmodules" | 6146 _codecmodules="x264 $_codecmodules" |
6144 else | 6147 else |
6145 _x264=no | 6148 _x264=no |