0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

obs-ffmpeg: Fix incorrect CMake list syntax

This commit is contained in:
Ryan Foster 2024-01-05 21:54:09 -05:00
parent e79b190f68
commit cc25a14173

View File

@ -54,7 +54,7 @@ if(ENABLE_NEW_MPEGTS_OUTPUT)
endforeach()
if(_error_messages)
list(JOIN "\n" _error_string _error_string)
list(JOIN _error_messages "\n" _error_string)
message(
FATAL_ERROR
"${_error_string}\n Disable this error by setting ENABLE_NEW_MPEGTS_OUTPUT to OFF or providing the build system with required SRT and Rist libraries."