diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 16:57:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 17:26:45 +0100 |
commit | 0cb88628fbd467636fcf3ebfe6a26c51b0f49504 (patch) | |
tree | 28318cf2a36be45e2897a120f52c75280794d1e8 /libpostproc | |
parent | a6be21d3baf09be1e22648e4802b955191d26b67 (diff) | |
download | ffmpeg-0cb88628fbd467636fcf3ebfe6a26c51b0f49504.tar.gz |
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 6834dd723d..7466b18be3 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -100,7 +100,7 @@ const char *postproc_configuration(void) const char *postproc_license(void) { #define LICENSE_PREFIX "libpostproc license: " - return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; } #if HAVE_ALTIVEC_H |