vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Wed Mar 21 12:52:35 2012 -0400| [ff3a412ef2cedf3c22ad98ed685ed5cbfa774d73] | committer: Jean-Baptiste Kempf
switcher doesn't depend on postproc (cherry picked from commit cd470819736ad2d3153014b8c65b60a35e78a7fc) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ff3a412ef2cedf3c22ad98ed685ed5cbfa774d73 --- 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-" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
