diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:30 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:30 +0000 |
commit | 8f041cc75220add1b0c53ba5994a22ee4b7efe03 (patch) | |
tree | 769e0f40af55f7697c0faa188ada8b3255ed858e /gst/smooth | |
parent | 5012fef332c560c45c64160537a78cb265664ea5 (diff) | |
download | gst-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.c | 2 |
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 */ |