cmdutils: remove duplicated check on CONFIG_POSTPROC

The check is already performed by the PRINT_LIB_INFO macro.
This commit is contained in:
Stefano Sabatini 2013-03-10 12:02:24 +01:00
parent 475c090af2
commit 63edd2f989

View File

@ -994,9 +994,7 @@ static void print_all_libs_info(int flags, int level)
PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level);
PRINT_LIB_INFO(swscale, SWSCALE, flags, level);
PRINT_LIB_INFO(swresample,SWRESAMPLE, flags, level);
#if CONFIG_POSTPROC
PRINT_LIB_INFO(postproc, POSTPROC, flags, level);
#endif
}
static void print_program_info(int flags, int level)