From 4dd33312feee6770621e7195a8ba94a6d7215be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 9 Feb 2005 22:31:05 +0000 Subject: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code --- gst-libs/gst/resample/resample.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gst-libs/gst/resample/resample.h') diff --git a/gst-libs/gst/resample/resample.h b/gst-libs/gst/resample/resample.h index e8879514..111c2012 100644 --- a/gst-libs/gst/resample/resample.h +++ b/gst-libs/gst/resample/resample.h @@ -21,6 +21,10 @@ #ifndef __GST_RESAMPLE_H__ #define __GST_RESAMPLE_H__ +#include + +G_BEGIN_DECLS + typedef enum { GST_RESAMPLE_NEAREST = 0, GST_RESAMPLE_BILINEAR, @@ -102,4 +106,6 @@ void gst_resample_close (gst_resample_t * r); void gst_resample_scale(gst_resample_t *r, void *i_buf, unsigned int size); +G_END_DECLS + #endif /* __GST_RESAMPLE_H__ */ -- cgit v1.2.1