diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-03-14 22:27:40 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:54:39 +0100 |
commit | a03be6e1ba4cbf9984b0bbdb674704bbb2da6713 (patch) | |
tree | fdc640229695a2ec69acebe495f579bc58a62577 /libavcodec | |
parent | 29ba091136a5e04574f7bfc1b17536c923958f6f (diff) | |
download | ffmpeg-a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.tar.gz |
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index be9c912560..13e58a219d 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1041,7 +1041,7 @@ const char *avcodec_configuration(void) const char *avcodec_license(void) { #define LICENSE_PREFIX "libavcodec license: " - return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; } void avcodec_init(void) |