[vlc-devel] [PATCH] fix h264 encoding in windows
Christophe Mutricy
xtophe at chewa.net
Mon Feb 9 23:58:04 CET 2009
On Thu, Feb 05, 09 at 00:38 +0100, Christophe Mutricy wrote:
> 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
>
Merged with taht bit removed as discussed on IRC.
Thnaks
--
Xtophe
More information about the vlc-devel
mailing list