From: kapil Date: Wed, 6 May 2009 11:08:15 +0000 (+0530) Subject: Fixed compile errors X-Git-Tag: 1.19.3~507^2~16548 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=046ca445b85d1293437e632137dcbc879e6cab80;p=platform%2Fupstream%2Fgstreamer.git Fixed compile errors --- diff --git a/ext/opencv/edgedetect/gstedgedetect.h b/ext/opencv/edgedetect/gstedgedetect.h index ceefe51..5931bf1 100644 --- a/ext/opencv/edgedetect/gstedgedetect.h +++ b/ext/opencv/edgedetect/gstedgedetect.h @@ -47,7 +47,7 @@ #define __GST_EDGEDETECT_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/ext/opencv/facedetect/gstfacedetect.h b/ext/opencv/facedetect/gstfacedetect.h index 7c15cca..97e9e02 100644 --- a/ext/opencv/facedetect/gstfacedetect.h +++ b/ext/opencv/facedetect/gstfacedetect.h @@ -47,7 +47,7 @@ #define __GST_FACEDETECT_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/ext/opencv/pyramidsegment/gstpyramidsegment.h b/ext/opencv/pyramidsegment/gstpyramidsegment.h index 7ab1f22..d083a62 100644 --- a/ext/opencv/pyramidsegment/gstpyramidsegment.h +++ b/ext/opencv/pyramidsegment/gstpyramidsegment.h @@ -47,7 +47,7 @@ #define __GST_PYRAMIDSEGMENT_H__ #include -#include +#include G_BEGIN_DECLS