basic win32 port

Samuel Hocevar sam at zoy.org
Thu Apr 26 23:21:42 CEST 2001


On Thu, Apr 26, 2001, Gildas Bazin wrote:

> >    Well, the only issue seems to be the need to remove AC_C_BIGENDIAN.
> > If someone fixes this, I see no reason not to integrate your patches.
> 
> I will try to see what can be done, but I'm no autoconf expert.

   I just found a quick way around this:

if test x${cross_compiling} != xyes; then
    AC_C_BIGENDIAN
fi

-- 
Sam.




More information about the vlc-devel mailing list