replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION

also update the multiple inclusion guards in config.h|mak
This commit is contained in:
Janne Grunau
2011-03-14 22:23:10 +01:00
committed by Janne Grunau
parent 070c5d0f35
commit 29ba091136
10 changed files with 21 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ unsigned avfilter_version(void) {
const char *avfilter_configuration(void)
{
return FFMPEG_CONFIGURATION;
return LIBAV_CONFIGURATION;
}
const char *avfilter_license(void)