comparison configure @ 15615:9cac673752f6

x264 check needs -lpthread
author lorenm
date Thu, 02 Jun 2005 19:11:59 +0000
parents 904787c80946
children 2256ab57c9ac
comparison
equal deleted inserted replaced
15614:a4a46131ee71 15615:9cac673752f6
6098 #if X264_BUILD < 28 6098 #if X264_BUILD < 28
6099 #error We do not support old versions of x264. Get the latest from SVN. 6099 #error We do not support old versions of x264. Get the latest from SVN.
6100 #endif 6100 #endif
6101 int main(void) { x264_encoder_open((void*)0); return 0; } 6101 int main(void) { x264_encoder_open((void*)0); return 0; }
6102 EOF 6102 EOF
6103 _ld_x264="$_ld_x264 -lx264 $_ld_lm" 6103 _ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread"
6104 if test "$_x264" != no && cc_check $_inc_x264 $_ld_x264 ; then 6104 if test "$_x264" != no && cc_check $_inc_x264 $_ld_x264 ; then
6105 _x264=yes 6105 _x264=yes
6106 _def_x264='#define HAVE_X264 1' 6106 _def_x264='#define HAVE_X264 1'
6107 _codecmodules="x264 $_codecmodules" 6107 _codecmodules="x264 $_codecmodules"
6108 else 6108 else