diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-03-14 22:23:10 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:54:39 +0100 |
commit | 29ba091136a5e04574f7bfc1b17536c923958f6f (patch) | |
tree | 438e3829b626c8bede80e902b6b062aa93936f3b /libpostproc/postprocess.c | |
parent | 070c5d0f3530c16c92b81f3f0de2943410367c00 (diff) | |
download | ffmpeg-29ba091136a5e04574f7bfc1b17536c923958f6f.tar.gz |
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
also update the multiple inclusion guards in config.h|mak
Diffstat (limited to 'libpostproc/postprocess.c')
-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 92c822b772..7466b18be3 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -94,7 +94,7 @@ unsigned postproc_version(void) const char *postproc_configuration(void) { - return FFMPEG_CONFIGURATION; + return LIBAV_CONFIGURATION; } const char *postproc_license(void) |