diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-01-01 18:06:59 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-01-01 18:06:59 +0000 |
commit | 68651ae25728f746df6736cc7291179d60232315 (patch) | |
tree | b5654cb85be03558cc121ecf77d7f389d85d132e | |
parent | ade212f24076306fbea0e41c7e3b55e1526c9aa0 (diff) | |
download | xine-lib-68651ae25728f746df6736cc7291179d60232315.tar.gz xine-lib-68651ae25728f746df6736cc7291179d60232315.tar.bz2 |
Necessary libs for libcdio and libvcd under CygWin. Probably it would be
needed also under mingw.
CVS patchset: 5970
CVS date: 2004/01/01 18:06:59
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 58753588e..b1f736313 100644 --- a/configure.ac +++ b/configure.ac @@ -1166,6 +1166,8 @@ int has_timeout=sizeof(test.timeout);], [Define 1 if you are compiling using cygwin]) AC_DEFINE([HAVE_WIN32_CDROM], [1], [Define 1 if you have MinGW CD-ROM support]) + LIBCDIO_LIBS="$LIBCDIO_LIBS -lwinmm" + LIBVCD_LIBS="$LIBVCD_LIBS -lwinmm" ;; mingw*) AC_DEFINE([MINGW32], [1], |