summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-03-14 22:23:10 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-03-16 21:54:39 +0100
commit29ba091136a5e04574f7bfc1b17536c923958f6f (patch)
tree438e3829b626c8bede80e902b6b062aa93936f3b /libavfilter/avfilter.c
parent070c5d0f3530c16c92b81f3f0de2943410367c00 (diff)
downloadffmpeg-streaming-29ba091136a5e04574f7bfc1b17536c923958f6f.zip
ffmpeg-streaming-29ba091136a5e04574f7bfc1b17536c923958f6f.tar.gz
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
also update the multiple inclusion guards in config.h|mak
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 039e04b..c0ead5c 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -34,7 +34,7 @@ unsigned avfilter_version(void) {
const char *avfilter_configuration(void)
{
- return FFMPEG_CONFIGURATION;
+ return LIBAV_CONFIGURATION;
}
const char *avfilter_license(void)
OpenPOWER on IntegriCloud