From c8f8261d199af4956aeaf387b2fde41baf905f83 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 18 Jan 2009 00:21:47 +0000 Subject: Remove '#include "config.h"' from all public header files. This requires that many other files include config.h themselves. Also convert to "config.h". --- src/post/deinterlace/xine_plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/post/deinterlace') diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c index dfc07e434..7149f2bdb 100644 --- a/src/post/deinterlace/xine_plugin.c +++ b/src/post/deinterlace/xine_plugin.c @@ -23,6 +23,10 @@ * heavily based on tvtime.sf.net by Billy Biggs */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* #define LOG */ -- cgit v1.2.3