From 0cb88628fbd467636fcf3ebfe6a26c51b0f49504 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 17 Mar 2011 16:57:37 +0100 Subject: [PATCH] Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713. --- cmdutils.c | 4 ++-- configure | 2 +- libavcodec/utils.c | 2 +- libavdevice/avdevice.c | 2 +- libavfilter/avfilter.c | 2 +- libavformat/utils.c | 2 +- libavutil/utils.c | 2 +- libpostproc/postprocess.c | 2 +- libswscale/utils.c | 2 +- version.sh | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index 730ba63d63..a0a1d59cd9 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -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); } diff --git a/configure b/configure index 9ac19696e4..e42a6e8cff 100755 --- a/configure +++ b/configure @@ -3296,7 +3296,7 @@ cat > $TMPH < /dev/null) # Update version.h only on revision changes to avoid spurious rebuilds