From 014f8d8106c47e2d557c4c7645e82b4e67ac75b0 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 10 Jan 2012 17:52:50 +0100 Subject: No longer build libpostproc by default update documentation to inform developers that it may be removed in a later release. Signed-off-by: Reinhard Tartler --- cmdutils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index 1b8f1dd816..f2e3490286 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -33,7 +33,9 @@ #include "libavfilter/avfilter.h" #include "libavdevice/avdevice.h" #include "libswscale/swscale.h" +#if CONFIG_POSTPROC #include "libpostproc/postprocess.h" +#endif #include "libavutil/avstring.h" #include "libavutil/mathematics.h" #include "libavutil/parseutils.h" @@ -496,7 +498,9 @@ static void print_all_libs_info(int flags, int level) PRINT_LIB_INFO(avdevice, AVDEVICE, flags, level); PRINT_LIB_INFO(avfilter, AVFILTER, flags, level); PRINT_LIB_INFO(swscale, SWSCALE, flags, level); +#if CONFIG_POSTPROC PRINT_LIB_INFO(postproc, POSTPROC, flags, level); +#endif } void show_banner(void) -- cgit v1.2.3