mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 08:15:34 +00:00
Allow SDL without fake output enabled
This commit is contained in:
parent
5a230c98f1
commit
f4359840e4
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user