summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime/greedy.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-30 07:51:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-30 07:51:07 +0000
commit8a84f759b417603d2b29692d0a0846de83da1a90 (patch)
treef2f84cf24dce9a07c5089b4f673d18c43ef166fc /gst/deinterlace2/tvtime/greedy.c
parent67088dcea6eda4eeef243940cda2e76acbc2a398 (diff)
downloadgst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.tar.gz
gst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.tar.bz2
gst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.zip
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 <stdint.h>.
Diffstat (limited to 'gst/deinterlace2/tvtime/greedy.c')
-rw-r--r--gst/deinterlace2/tvtime/greedy.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>