[vlc-commits] switcher doesn't depend on postproc
Rafaël Carré
git at videolan.org
Wed Mar 21 17:57:20 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Mar 21 12:52:35 2012 -0400| [cd470819736ad2d3153014b8c65b60a35e78a7fc] | committer: Rafaël Carré
switcher doesn't depend on postproc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd470819736ad2d3153014b8c65b60a35e78a7fc
---
modules/stream_out/switcher.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/modules/stream_out/switcher.c b/modules/stream_out/switcher.c
index 372eef8..79e1e06 100644
--- a/modules/stream_out/switcher.c
+++ b/modules/stream_out/switcher.c
@@ -51,12 +51,6 @@
# include <avcodec.h>
#endif
-#ifdef HAVE_POSTPROC_POSTPROCESS_H
-# include <postproc/postprocess.h>
-#else
-# include <libpostproc/postprocess.h>
-#endif
-
#include "../codec/avcodec/avcodec.h"
#define SOUT_CFG_PREFIX "sout-switcher-"
More information about the vlc-commits
mailing list