mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] [patch] xvidcore


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] [patch] xvidcore
Date: Mon, 31 May 2010 16:27:47 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Volker Grabsch <address@hidden> schrieb:
> In addition, please check whether the following change to
> configure.in is really needed. To me, it doesn't look like
> a necessary change:
> [...]
> >     AC_CHECK_LIB(
> >             pthread,
> > -           pthread_create,
> > -           AC_CHECK_LIB(
> > -                   pthread,
> > -                   pthread_join,
> > -                   SPECIFIC_CFLAGS="$SPECIFIC_CFLAGS -DHAVE_PTHREAD"
> > -                   SPECIFIC_LDFLAGS="$SPECIFIC_LDFLAGS -lpthread",
> > -                   AC_MSG_WARN(Pthread not supported. No SMP support)),
> > +           pthread_join,
> > +           SPECIFIC_CFLAGS="$SPECIFIC_CFLAGS -DHAVE_PTHREAD"
> > +           SPECIFIC_LDFLAGS="$SPECIFIC_LDFLAGS -lpthread",
> >             AC_MSG_WARN(Pthread not supported. No SMP support)),
> >     AC_MSG_WARN(Pthread not supported. No SMP support))

Since I didn't get any reply on that, I went ahead and tried
myself. It seems that this change to configure.in is really
unnecessary.

So I included xvidcore.mk without the patch:
http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/b9624286ace1

I also ensured that just the static library is built and installed,
and I provided a (hopefully) proper update recognition.


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]