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 /libswscale | |
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 'libswscale')
-rw-r--r-- | libswscale/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index 1570297258..34988a0c66 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -59,7 +59,7 @@ const char *swscale_configuration(void) const char *swscale_license(void) { #define LICENSE_PREFIX "libswscale license: " - return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; } #define RET 0xC3 //near return opcode for x86 |