summaryrefslogtreecommitdiffstats
path: root/gst/smooth
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
commit8f041cc75220add1b0c53ba5994a22ee4b7efe03 (patch)
tree769e0f40af55f7697c0faa188ada8b3255ed858e /gst/smooth
parent5012fef332c560c45c64160537a78cb265664ea5 (diff)
downloadgst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.gz
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.bz2
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.zip
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
Diffstat (limited to 'gst/smooth')
-rw-r--r--gst/smooth/gstsmooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c
index fd2d576a..0ebca104 100644
--- a/gst/smooth/gstsmooth.c
+++ b/gst/smooth/gstsmooth.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <string.h>
-#include <gstsmooth.h>
+#include "gstsmooth.h"
#include <gst/video/video.h>
/* elementfactory information */