summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-03-14 22:27:40 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-03-16 21:54:39 +0100
commita03be6e1ba4cbf9984b0bbdb674704bbb2da6713 (patch)
treefdc640229695a2ec69acebe495f579bc58a62577 /configure
parent29ba091136a5e04574f7bfc1b17536c923958f6f (diff)
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3dba45229c..27d09f66cf 100755
--- a/configure
+++ b/configure
@@ -3298,7 +3298,7 @@ cat > $TMPH <<EOF
#ifndef LIBAV_CONFIG_H
#define LIBAV_CONFIG_H
#define LIBAV_CONFIGURATION "$(c_escape $LIBAV_CONFIGURATION)"
-#define FFMPEG_LICENSE "$(c_escape $license)"
+#define LIBAV_LICENSE "$(c_escape $license)"
#define FFMPEG_DATADIR "$(eval c_escape $datadir)"
#define CC_TYPE "$cc_type"
#define CC_VERSION $cc_version