From b315042c8ce984bec431c5965120853a843cbfa5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 23 Feb 2012 17:17:01 +0100 Subject: Remove libpostproc. This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git --- cmdutils.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index 8ee2cddf68..985931cce6 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -33,9 +33,6 @@ #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,9 +493,6 @@ 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