From fa035172c925414d26c9f2a19e30a3e6a37dba34 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 27 Jun 2022 15:33:16 +0800 Subject: [PATCH] dont-check-for-sdl Gbp-Pq: Name dont-check-for-sdl --- configure.ac | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index e5cfbfd..7ef6f20 100644 --- a/configure.ac +++ b/configure.ac @@ -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 "" \ No newline at end of file +echo ""