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 /libavdevice/avdevice.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 'libavdevice/avdevice.c')
-rw-r--r-- | libavdevice/avdevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.c b/libavdevice/avdevice.c index 3d67b4b8be..01db8776ac 100644 --- a/libavdevice/avdevice.c +++ b/libavdevice/avdevice.c @@ -25,7 +25,7 @@ unsigned avdevice_version(void) const char * avdevice_configuration(void) { - return FFMPEG_CONFIGURATION; + return LIBAV_CONFIGURATION; } const char * avdevice_license(void) |