Anyone ever used sdlvideosink recently ??? I would find that hard to believe since...
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 09:49:08 +0000 (09:49 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 09:49:08 +0000 (09:49 +0000)
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 ...

configure.base

index 8e21785..a60ba31 100644 (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(