mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Allow SDL without fake output enabled
This commit is contained in:
@@ -34,7 +34,7 @@ endif()
|
||||
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
list(APPEND SRC_LIST ./src/video/fake.c)
|
||||
list(APPEND MOONLIGHT_DEFINITIONS HAVE_FAKE LC_DEBUG)
|
||||
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND)
|
||||
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND AND NOT (AVCODEC_FOUND AND AVUTIL_FOUND AND SWSCALE_FOUND AND SDL_FOUND))
|
||||
message(FATAL_ERROR "No video output available")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user