mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Show configuration and library version with AV_LOG_INFO.
This partly reverts 1c5e9551bc
,
a change of behaviour that was not discussed.
The reason for the revert is that FFmpeg cares about bugreports.
This commit is contained in:
parent
b4483a531a
commit
ecf31a68fd
@ -484,9 +484,9 @@ void show_banner(void)
|
||||
program_name, program_birth_year, this_year);
|
||||
av_log(NULL, AV_LOG_INFO, " built on %s %s with %s %s\n",
|
||||
__DATE__, __TIME__, CC_TYPE, CC_VERSION);
|
||||
av_log(NULL, AV_LOG_VERBOSE, " configuration: " FFMPEG_CONFIGURATION "\n");
|
||||
print_all_libs_info(INDENT|SHOW_CONFIG, AV_LOG_VERBOSE);
|
||||
print_all_libs_info(INDENT|SHOW_VERSION, AV_LOG_VERBOSE);
|
||||
av_log(NULL, AV_LOG_INFO, " configuration: " FFMPEG_CONFIGURATION "\n");
|
||||
print_all_libs_info(INDENT|SHOW_CONFIG, AV_LOG_INFO);
|
||||
print_all_libs_info(INDENT|SHOW_VERSION, AV_LOG_INFO);
|
||||
}
|
||||
|
||||
int opt_version(const char *opt, const char *arg) {
|
||||
|
Loading…
Reference in New Issue
Block a user