diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-09 22:31:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-09 22:31:04 +0000 |
commit | 81e9c2335899ba023d7c43f017b36a5b813a591d (patch) | |
tree | 78c70c0fbca979ea7f3d4bf9e43ca0d6b6af0749 | |
parent | 9e291801e4fd81265f6cf6a37cbb9436c1fc7a3a (diff) |
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
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-02-09 Tim-Philipp Müller <tim at centricular dot net> + + * gst-libs/gst/audio/multichannel.h: + * gst-libs/gst/gconf/gconf.h: + * gst-libs/gst/idct/idct.h: + * gst-libs/gst/media-info/media-info-priv.h: + * gst-libs/gst/play/play.h: + * gst-libs/gst/resample/private.h: + * gst-libs/gst/resample/resample.h: + * gst-libs/gst/riff/riff-ids.h: + * gst-libs/gst/video/video.h: + * gst-libs/gst/video/videosink.h: + Add G_BEGIN_DECLS and G_END_DECLS around headers where + missing, so that they work when included from C++ code. + 2005-02-09 David Schleef <ds@schleef.org> * testsuite/gst-lint: Check for non-statically scoped |