summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime/greedyh.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/greedyh.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/greedyh.c')
-rw-r--r--gst/deinterlace2/tvtime/greedyh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/deinterlace2/tvtime/greedyh.c b/gst/deinterlace2/tvtime/greedyh.c
index 58ef4f5d..44f5c572 100644
--- a/gst/deinterlace2/tvtime/greedyh.c
+++ b/gst/deinterlace2/tvtime/greedyh.c
@@ -32,7 +32,7 @@
#include "greedyhmacros.h"
#include <stdlib.h>
-#include <_stdint.h>
+#include "_stdint.h"
#include <string.h>
#include "gst/gst.h"