mirror of
https://github.com/videolan/vlc.git
synced 2025-01-27 01:56:19 +08:00
Modified configure.in to allow cross-compiling with Mingw32.
Quick and ugly, i'm gonna find a better way to do it.
This commit is contained in:
parent
b5290e75af
commit
03c8e07936
@ -34,7 +34,11 @@ dnl AM_PROG_LIBTOOL
|
||||
AC_PROG_INSTALL
|
||||
|
||||
dnl Check for endianness
|
||||
dnl if we cross compile for win32, we don't need to test it.
|
||||
dnl quick and udly hack. Gonna search the way to do it better.
|
||||
if eval "test $CC = gcc"; then
|
||||
AC_C_BIGENDIAN
|
||||
fi
|
||||
|
||||
dnl Check for system libs needed
|
||||
AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol)
|
||||
|
Loading…
Reference in New Issue
Block a user