summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-14 12:34:45 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-14 12:34:45 +0000
commit678b4e9cad47a6c176bb05de32aa0dd56742f15a (patch)
treebbf9721ae6fb2fde3326bfece1af08ba34d3a164 /configure.ac
parentdd90d5f61610a7bd59fe3f778d07000cc9746516 (diff)
downloadxine-lib-678b4e9cad47a6c176bb05de32aa0dd56742f15a.tar.gz
xine-lib-678b4e9cad47a6c176bb05de32aa0dd56742f15a.tar.bz2
*BUGFIX*
Testsuite for M$ Windows: - init mutex in all video drivers ('none' for testsuite, fixes crashes), was OK for linux pthreads - use WaitForSingleObject for console file descriptirs in _x_io_select (fixes stdin:/) - workaround heavy debug messages in asf demuxer for some samples (fixes full disk :->) Fixed previous fix, s/gmtime/timgm/ :-) Aalib cross detection + udate docs CVS patchset: 7799 CVS date: 2005/11/14 12:34:45
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c82a7db81..7e949f5e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1815,7 +1815,7 @@ AC_CHECK_FUNCS([vsscanf sigaction sigset getpwuid_r nanosleep lstat memset strch
AC_FUNC_FSEEKO
AC_DEFINE(_GNU_SOURCE)
AC_CHECK_HEADERS(byteswap.h malloc.h execinfo.h ucontext.h sys/mman.h sys/mixer.h libgen.h netdb.h dirent.h sys/times.h sys/ioctl.h sys/param.h)
-AC_REPLACE_FUNCS(basename gettimeofday gmtime setenv strndup strpbrk strsep strtok_r)
+AC_REPLACE_FUNCS(basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv)
AC_CHECK_FUNCS(readlink)
AC_LIBSOURCE(hstrerror.c)