|
@@ -230,11 +230,7 @@ static void build_flv_meta_data(obs_output_t *context, uint8_t **output, size_t
|
|
|
|
|
|
dstr_printf(&encoder_name, "%s (libobs version ", MODULE_NAME);
|
|
dstr_printf(&encoder_name, "%s (libobs version ", MODULE_NAME);
|
|
|
|
|
|
-#ifdef HAVE_OBSCONFIG_H
|
|
|
|
dstr_cat(&encoder_name, obs_get_version_string());
|
|
dstr_cat(&encoder_name, obs_get_version_string());
|
|
-#else
|
|
|
|
- dstr_catf(&encoder_name, "%d.%d.%d", LIBOBS_API_MAJOR_VER, LIBOBS_API_MINOR_VER, LIBOBS_API_PATCH_VER);
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
dstr_cat(&encoder_name, ")");
|
|
dstr_cat(&encoder_name, ")");
|
|
|
|
|