mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-06 06:05:05 +00:00
configure.ac: small fix
Set sdl_version=0 - later in testcard_extras it is numerically compared so if set to "" it produced a warning.
This commit is contained in:
@@ -1240,7 +1240,7 @@ fi
|
|||||||
# SDL1/2/3 Stuff
|
# SDL1/2/3 Stuff
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
sdl=no
|
sdl=no
|
||||||
sdl_version=
|
sdl_version=0
|
||||||
sdl_version_str=
|
sdl_version_str=
|
||||||
sdl_ver_suffix=
|
sdl_ver_suffix=
|
||||||
AC_ARG_ENABLE(sdl,
|
AC_ARG_ENABLE(sdl,
|
||||||
|
|||||||
Reference in New Issue
Block a user