Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL...

Original commit message from CVS:

Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL ...
This commit is contained in:
Thomas Vander Stichele 2001-12-08 09:49:08 +00:00
parent a4340fa71f
commit 18aca1752a

View file

@ -668,7 +668,7 @@ AC_CHECK_LIB(dvdread, DVDOpen, HAVE_LIBDVDREAD=yes, HAVE_LIBDVDREAD=no, )
AC_CHECK_HEADER(dvdread/dvd_reader.h, :, HAVE_LIBDVDREAD=no)
dnl Check for SDL library
AM_PATH_SDL( , , HAVE_LIBSDL=no)
AM_PATH_SDL( ,HAVE_LIBSDL=yes, HAVE_LIBSDL=no)
if test "x$HAVE_LIBSDL" = "xno"; then
AC_MSG_WARN(