diff --git a/sources.cmake b/sources.cmake index ba4868d71..d4f28ae4d 100644 --- a/sources.cmake +++ b/sources.cmake @@ -1,5 +1,5 @@ # Modify this file to change the last-modified date when you add/remove a file. -# This will then trigger a new cmake run automatically. +# This will then trigger a new cmake run automatically. file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp") file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp") file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*") diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index 33eb229e7..928ef4239 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -570,8 +570,8 @@ namespace UserConfigParams PARAM_PREFIX IntUserConfigParam m_record_format PARAM_DEFAULT(IntUserConfigParam(0, "record_format", - &m_recording_group, "Specify the format for record (VP8, VP9, mjpeg," - " h264)")); + &m_recording_group, "Specify the format for record (VP8, VP9, " + "mjpeg)")); PARAM_PREFIX IntUserConfigParam m_vp_end_usage PARAM_DEFAULT(IntUserConfigParam(0, "vp_end_usage",