Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"

This reverts commit a03be6e1ba.
This commit is contained in:
Michael Niedermayer
2011-03-17 16:57:37 +01:00
parent a6be21d3ba
commit 0cb88628fb
10 changed files with 11 additions and 11 deletions

View File

@ -425,7 +425,7 @@ static void print_all_libs_info(FILE* outstream, int flags)
void show_banner(void)
{
fprintf(stderr, "%s version " LIBAV_VERSION ", Copyright (c) %d-%d the Libav developers\n",
fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-%d the FFmpeg developers\n",
program_name, program_birth_year, this_year);
fprintf(stderr, " built on %s %s with %s %s\n",
__DATE__, __TIME__, CC_TYPE, CC_VERSION);
@ -435,7 +435,7 @@ void show_banner(void)
}
void show_version(void) {
printf("%s " LIBAV_VERSION "\n", program_name);
printf("%s " FFMPEG_VERSION "\n", program_name);
print_all_libs_info(stdout, SHOW_VERSION);
}