Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"

This reverts commit 29ba091136a5e04574f7bfc1b17536c923958f6f.
This commit is contained in:
Michael Niedermayer
2011-03-17 17:01:10 +01:00
parent 0cb88628fb
commit e528cdac8a
10 changed files with 21 additions and 21 deletions

View File

@ -54,7 +54,7 @@ unsigned avformat_version(void)
const char *avformat_configuration(void)
{
return LIBAV_CONFIGURATION;
return FFMPEG_CONFIGURATION;
}
const char *avformat_license(void)