[vlc-devel] [PATCH] fix h264 encoding in windows

Christophe Mutricy xtophe at chewa.net
Thu Feb 5 00:38:02 CET 2009


On Thu, Jan 29, 09 at 11:32 +0000, Hannes Domani wrote:
> Check it out, try, comment it.
> +++ b/configure.ac
> @@ -3657,6 +3657,14 @@ if test "${enable_x264}" != "no"; then
>          VLC_ADD_CFLAGS([x264],[${X264_CFLAGS}])
> +        if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
> +          LIBS_save="${LIBS}"
> +          LIBS="-lwsock32"
> +          AC_CHECK_LIB(pthreadGC2, pthread_win32_process_attach_np, [
That's (hopefully) always true. So I think the grep on X264_LIBS on the
basis that only win has pthread*GC2* and that win contribs are only
static


-- 
Xtophe



More information about the vlc-devel mailing list