summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.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 /libavcodec/utils.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 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 18631ff..be9c912 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1035,7 +1035,7 @@ unsigned avcodec_version( void )
const char *avcodec_configuration(void)
{
- return FFMPEG_CONFIGURATION;
+ return LIBAV_CONFIGURATION;
}
const char *avcodec_license(void)
OpenPOWER on IntegriCloud