From 29ba091136a5e04574f7bfc1b17536c923958f6f Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 14 Mar 2011 22:23:10 +0100 Subject: replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION also update the multiple inclusion guards in config.h|mak --- libavdevice/avdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/avdevice.c') 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) -- cgit v1.2.3