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 /configure | |
parent | 29ba091136a5e04574f7bfc1b17536c923958f6f (diff) | |
download | ffmpeg-a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.tar.gz |
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |