Mercurial > hg > qm-dsp
diff dsp/segmentation/segment.h @ 20:8bdbda7fb893
* First cut at properly integrating the segmenter and making it work right
author | cannam |
---|---|
date | Wed, 09 Jan 2008 16:50:04 +0000 |
parents | 8e90a56b4b5f |
children | d096a79fa772 |
line wrap: on
line diff
--- a/dsp/segmentation/segment.h Wed Jan 09 10:48:08 2008 +0000 +++ b/dsp/segmentation/segment.h Wed Jan 09 16:50:04 2008 +0000 @@ -1,6 +1,10 @@ #ifndef _SEGMENT_H #define _SEGMENT_H +#ifdef __cplusplus +extern "C" { +#endif + /* * segment.h * soundbite @@ -32,5 +36,9 @@ FEATURE_TYPE_CHROMA } feature_types; +#ifdef __cplusplus +} #endif +#endif +