Commit 050ecb86 authored by stefano's avatar stefano

FFmpeg is a collective effort so allowing a single name in a banner is

not nice/fair towards the community of developers.

Also this looks like the best way for resolving the debate about which
is the one person name to be put in the banner.

See the thread:
Subject: [FFmpeg-devel] [PATCH] Replace "Fabrice Bellard" with "the FFmpeg developers" in  the banner
Date: Thu, 11 Feb 2010 23:59:12 +0100


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8f24bb83
...@@ -369,7 +369,7 @@ static void maybe_print_config(const char *lib, const char *cfg) ...@@ -369,7 +369,7 @@ static void maybe_print_config(const char *lib, const char *cfg)
void show_banner(void) void show_banner(void)
{ {
fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-%d Fabrice Bellard, et al.\n", fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-%d the FFmpeg developers\n",
program_name, program_birth_year, this_year); program_name, program_birth_year, this_year);
fprintf(stderr, " built on %s %s with %s %s\n", fprintf(stderr, " built on %s %s with %s %s\n",
__DATE__, __TIME__, CC_TYPE, CC_VERSION); __DATE__, __TIME__, CC_TYPE, CC_VERSION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment