dont-check-for-sdl

Gbp-Pq: Name dont-check-for-sdl
This commit is contained in:
Guus Sliepen 2022-06-27 15:33:16 +08:00 committed by Lu zhiping
parent b95a247485
commit fa035172c9
1 changed files with 1 additions and 7 deletions

View File

@ -45,12 +45,6 @@ PKG_CHECK_MODULES(LIBUSB, [libusb-1.0],
[AC_DEFINE(HAVE_LIBUSB,[],[Defined if libusb is present])],
[AC_MSG_WARN([libusb-1.0 not found])])
MIN_SDL_VERSION=1.2.4
AH_TEMPLATE(HAVE_LIBSDL, [SDL library])
AM_PATH_SDL($MIN_SDL_VERSION, [AC_DEFINE(HAVE_LIBSDL) HAVE_LIBSDL="yes"])
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)
case "$host" in
*-*-linux*)
have_linux=true
@ -233,4 +227,4 @@ if test "x$EXAMPLESMSG" = xYes; then
Build V4L examples: ${VIDEXAMPLESMSG}"
fi
dnl extra newline:
echo ""
echo ""