mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
a4340fa71f
commit
18aca1752a
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue