Remove unused SDL dependency

This commit is contained in:
Martin Natano
2022-04-08 23:39:34 +02:00
committed by teejusb
parent 7d2d74fa19
commit dbef16945f
3 changed files with 0 additions and 12 deletions
-2
View File
@@ -63,8 +63,6 @@ option(WITH_SYSTEM_JPEG "Build with system jpeglib" OFF)
option(WITH_SYSTEM_PCRE "Build with system PCRE" OFF)
option(WITH_SYSTEM_ZLIB "Build against system zlib" OFF)
option(WITH_SDL "Build with SDL" OFF)
if(NOT MSVC)
# Turn this option off to disable using FFMEPG.
option(WITH_FFMPEG "Build with FFMPEG." ON)