From 8a84f759b417603d2b29692d0a0846de83da1a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 30 Jun 2008 07:51:07 +0000 Subject: gst/deinterlace2/: Remove useless file and mark everything possible as static. Original commit message from CVS: * gst/deinterlace2/Makefile.am: * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init), (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp): * gst/deinterlace2/tvtime/tomsmocomp.h: Remove useless file and mark everything possible as static. * gst/deinterlace2/tvtime/greedy.c: * gst/deinterlace2/tvtime/greedyh.c: Use "_stdint.h" instead of . --- gst/deinterlace2/tvtime/greedy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/deinterlace2/tvtime/greedy.c') diff --git a/gst/deinterlace2/tvtime/greedy.c b/gst/deinterlace2/tvtime/greedy.c index 563ba2d2..904a24b3 100644 --- a/gst/deinterlace2/tvtime/greedy.c +++ b/gst/deinterlace2/tvtime/greedy.c @@ -30,7 +30,7 @@ # include "config.h" #endif -#include <_stdint.h> +#include "_stdint.h" #include "gstdeinterlace2.h" #include -- cgit v1.2.1