(Linux) Fixed a Clang compile error.

This commit is contained in:
Leon Styhre 2021-12-01 19:34:12 +01:00
parent 0fdd169835
commit 8c32c5d28c

View file

@ -328,7 +328,8 @@ else()
${FFMPEG_INCLUDE_DIRS}
${FreeImage_INCLUDE_DIRS}
${FREETYPE_INCLUDE_DIRS}
${PUGIXML_INCLUDE_DIRS})
${PUGIXML_INCLUDE_DIRS}
${SDL2_INCLUDE_DIR})
if(VLC_PLAYER)
set(COMMON_INCLUDE_DIRS ${COMMON_INCLUDE_DIRS} ${VLC_INCLUDE_DIR})
endif()