ref: 6f42c16b317d2a7363ccddb2783b75c6720042f5
parent: d2be104ba64fa3254587479bcde2ba8bcacfdb8d
author: Paul Brossier <piem@piem.org>
date: Fri Apr 22 17:15:29 EDT 2016
src/: change c header identifiers (see #35)
--- a/python/ext/py-musicutils.h
+++ b/python/ext/py-musicutils.h
@@ -1,5 +1,5 @@
-#ifndef _PY_AUBIO_MUSICUTILS_H_
-#define _PY_AUBIO_MUSICUTILS_H_
+#ifndef PY_AUBIO_MUSICUTILS_H
+#define PY_AUBIO_MUSICUTILS_H
static char Py_aubio_window_doc[] = ""
"window(string, integer) -> fvec\n"
@@ -71,4 +71,4 @@
PyObject * Py_aubio_level_detection(PyObject *self, PyObject *args);
-#endif /* _PY_AUBIO_MUSICUTILS_H_ */
+#endif /* PY_AUBIO_MUSICUTILS_H */
--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -24,8 +24,8 @@
* This file is for inclusion from _within_ the library only.
*/
-#ifndef _AUBIO__PRIV_H
-#define _AUBIO__PRIV_H
+#ifndef AUBIO_PRIV_H
+#define AUBIO_PRIV_H
/*********************
*
@@ -285,4 +285,4 @@
#define UNUSED
#endif
-#endif /* _AUBIO__PRIV_H */
+#endif /* AUBIO_PRIV_H */
--- a/src/cvec.h
+++ b/src/cvec.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO__CVEC_H
-#define _AUBIO__CVEC_H
+#ifndef AUBIO_CVEC_H
+#define AUBIO_CVEC_H
#ifdef __cplusplus
extern "C" {
@@ -234,4 +234,4 @@
}
#endif
-#endif /* _AUBIO__CVEC_H */
+#endif /* AUBIO_CVEC_H */
--- a/src/fmat.h
+++ b/src/fmat.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO__FMAT_H
-#define _AUBIO__FMAT_H
+#ifndef AUBIO_FMAT_H
+#define AUBIO_FMAT_H
#ifdef __cplusplus
extern "C" {
@@ -169,4 +169,4 @@
}
#endif
-#endif /* _AUBIO__FMAT_H */
+#endif /* AUBIO_FMAT_H */
--- a/src/fvec.h
+++ b/src/fvec.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO__FVEC_H
-#define _AUBIO__FVEC_H
+#ifndef AUBIO_FVEC_H
+#define AUBIO_FVEC_H
#ifdef __cplusplus
extern "C" {
@@ -175,4 +175,4 @@
}
#endif
-#endif /* _AUBIO__FVEC_H */
+#endif /* AUBIO_FVEC_H */
--- a/src/io/audio_unit.h
+++ b/src/io/audio_unit.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_AUDIO_UNIT_H
-#define _AUBIO_AUDIO_UNIT_H
+#ifndef AUBIO_AUDIO_UNIT_H
+#define AUBIO_AUDIO_UNIT_H
/** \file
@@ -58,4 +58,4 @@
}
#endif
-#endif /* _AUBIO_AUDIO_UNIT_H */
+#endif /* AUBIO_AUDIO_UNIT_H */
--- a/src/io/sink.h
+++ b/src/io/sink.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SINK_H
-#define _AUBIO_SINK_H
+#ifndef AUBIO_SINK_H
+#define AUBIO_SINK_H
/** \file
@@ -178,4 +178,4 @@
}
#endif
-#endif /* _AUBIO_SINK_H */
+#endif /* AUBIO_SINK_H */
--- a/src/io/sink_apple_audio.h
+++ b/src/io/sink_apple_audio.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SINK_APPLE_AUDIO_H
-#define _AUBIO_SINK_APPLE_AUDIO_H
+#ifndef AUBIO_SINK_APPLE_AUDIO_H
+#define AUBIO_SINK_APPLE_AUDIO_H
/** \file
@@ -160,4 +160,4 @@
}
#endif
-#endif /* _AUBIO_SINK_APPLE_AUDIO_H */
+#endif /* AUBIO_SINK_APPLE_AUDIO_H */
--- a/src/io/sink_sndfile.h
+++ b/src/io/sink_sndfile.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SINK_SNDFILE_H
-#define _AUBIO_SINK_SNDFILE_H
+#ifndef AUBIO_SINK_SNDFILE_H
+#define AUBIO_SINK_SNDFILE_H
/** \file
@@ -159,4 +159,4 @@
}
#endif
-#endif /* _AUBIO_SINK_SNDFILE_H */
+#endif /* AUBIO_SINK_SNDFILE_H */
--- a/src/io/sink_wavwrite.h
+++ b/src/io/sink_wavwrite.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SINK_WAVWRITE_H
-#define _AUBIO_SINK_WAVWRITE_H
+#ifndef AUBIO_SINK_WAVWRITE_H
+#define AUBIO_SINK_WAVWRITE_H
/** \file
@@ -159,4 +159,4 @@
}
#endif
-#endif /* _AUBIO_SINK_WAVWRITE_H */
+#endif /* AUBIO_SINK_WAVWRITE_H */
--- a/src/io/source.h
+++ b/src/io/source.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SOURCE_H
-#define _AUBIO_SOURCE_H
+#ifndef AUBIO_SOURCE_H
+#define AUBIO_SOURCE_H
/** \file
@@ -171,4 +171,4 @@
}
#endif
-#endif /* _AUBIO_SOURCE_H */
+#endif /* AUBIO_SOURCE_H */
--- a/src/io/source_apple_audio.h
+++ b/src/io/source_apple_audio.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SOURCE_APPLE_AUDIO_H
-#define _AUBIO_SOURCE_APPLE_AUDIO_H
+#ifndef AUBIO_SOURCE_APPLE_AUDIO_H
+#define AUBIO_SOURCE_APPLE_AUDIO_H
/** \file
@@ -143,4 +143,4 @@
}
#endif
-#endif /* _AUBIO_SOURCE_APPLE_AUDIO_H */
+#endif /* AUBIO_SOURCE_APPLE_AUDIO_H */
--- a/src/io/source_avcodec.h
+++ b/src/io/source_avcodec.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SOURCE_AVCODEC_H
-#define _AUBIO_SOURCE_AVCODEC_H
+#ifndef AUBIO_SOURCE_AVCODEC_H
+#define AUBIO_SOURCE_AVCODEC_H
/** \file
@@ -142,4 +142,4 @@
}
#endif
-#endif /* _AUBIO_SOURCE_AVCODEC_H */
+#endif /* AUBIO_SOURCE_AVCODEC_H */
--- a/src/io/source_sndfile.h
+++ b/src/io/source_sndfile.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SOURCE_SNDFILE_H
-#define _AUBIO_SOURCE_SNDFILE_H
+#ifndef AUBIO_SOURCE_SNDFILE_H
+#define AUBIO_SOURCE_SNDFILE_H
/** \file
@@ -142,4 +142,4 @@
}
#endif
-#endif /* _AUBIO_SOURCE_SNDFILE_H */
+#endif /* AUBIO_SOURCE_SNDFILE_H */
--- a/src/io/source_wavread.h
+++ b/src/io/source_wavread.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SOURCE_WAVREAD_H
-#define _AUBIO_SOURCE_WAVREAD_H
+#ifndef AUBIO_SOURCE_WAVREAD_H
+#define AUBIO_SOURCE_WAVREAD_H
/** \file
@@ -147,4 +147,4 @@
}
#endif
-#endif /* _AUBIO_SOURCE_WAVREAD_H */
+#endif /* AUBIO_SOURCE_WAVREAD_H */
--- a/src/lvec.h
+++ b/src/lvec.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO__LVEC_H
-#define _AUBIO__LVEC_H
+#ifndef AUBIO_LVEC_H
+#define AUBIO_LVEC_H
#ifdef __cplusplus
extern "C" {
@@ -115,4 +115,4 @@
}
#endif
-#endif /* _AUBIO__LVEC_H */
+#endif /* AUBIO_LVEC_H */
--- a/src/mathutils.h
+++ b/src/mathutils.h
@@ -27,8 +27,8 @@
*/
-#ifndef _AUBIO_MATHUTILS_H
-#define _AUBIO_MATHUTILS_H
+#ifndef AUBIO_MATHUTILS_H
+#define AUBIO_MATHUTILS_H
#include "fvec.h"
#include "musicutils.h"
@@ -313,4 +313,4 @@
}
#endif
-#endif /* _AUBIO_MATHUTILS_H */
+#endif /* AUBIO_MATHUTILS_H */
--- a/src/musicutils.h
+++ b/src/musicutils.h
@@ -22,8 +22,8 @@
* various functions useful in audio signal processing
*/
-#ifndef _AUBIO__MUSICUTILS_H
-#define _AUBIO__MUSICUTILS_H
+#ifndef AUBIO_MUSICUTILS_H
+#define AUBIO_MUSICUTILS_H
#ifdef __cplusplus
extern "C" {
@@ -160,4 +160,4 @@
}
#endif
-#endif /* _AUBIO__MUSICUTILS_H */
+#endif /* AUBIO_MUSICUTILS_H */
--- a/src/onset/onset.h
+++ b/src/onset/onset.h
@@ -39,8 +39,8 @@
*/
-#ifndef _AUBIO_ONSET_H
-#define _AUBIO_ONSET_H
+#ifndef AUBIO_ONSET_H
+#define AUBIO_ONSET_H
#ifdef __cplusplus
extern "C" {
@@ -285,4 +285,4 @@
}
#endif
-#endif /* _AUBIO_ONSET_H */
+#endif /* AUBIO_ONSET_H */
--- a/src/onset/peakpicker.h
+++ b/src/onset/peakpicker.h
@@ -26,8 +26,8 @@
*/
-#ifndef _AUBIO_PEAKPICK_H
-#define _AUBIO_PEAKPICK_H
+#ifndef AUBIO_PEAKPICK_H
+#define AUBIO_PEAKPICK_H
#ifdef __cplusplus
extern "C" {
@@ -54,4 +54,4 @@
}
#endif
-#endif /* _AUBIO_PEAKPICK_H */
+#endif /* AUBIO_PEAKPICK_H */
--- a/src/pitch/pitch.h
+++ b/src/pitch/pitch.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_PITCH_H
-#define _AUBIO_PITCH_H
+#ifndef AUBIO_PITCH_H
+#define AUBIO_PITCH_H
#ifdef __cplusplus
extern "C" {
@@ -179,4 +179,4 @@
}
#endif
-#endif /* _AUBIO_PITCH_H */
+#endif /* AUBIO_PITCH_H */
--- a/src/pitch/pitchfcomb.h
+++ b/src/pitch/pitchfcomb.h
@@ -34,8 +34,8 @@
*/
-#ifndef _AUBIO_PITCHFCOMB_H
-#define _AUBIO_PITCHFCOMB_H
+#ifndef AUBIO_PITCHFCOMB_H
+#define AUBIO_PITCHFCOMB_H
#ifdef __cplusplus
extern "C" {
@@ -73,4 +73,4 @@
}
#endif
-#endif /* _AUBIO_PITCHFCOMB_H */
+#endif /* AUBIO_PITCHFCOMB_H */
--- a/src/pitch/pitchmcomb.h
+++ b/src/pitch/pitchmcomb.h
@@ -35,8 +35,8 @@
*/
-#ifndef _AUBIO_PITCHMCOMB_H
-#define _AUBIO_PITCHMCOMB_H
+#ifndef AUBIO_PITCHMCOMB_H
+#define AUBIO_PITCHMCOMB_H
#ifdef __cplusplus
extern "C" {
@@ -74,4 +74,4 @@
}
#endif
-#endif /* _AUBIO_PITCHMCOMB_H */
+#endif /* AUBIO_PITCHMCOMB_H */
--- a/src/pitch/pitchschmitt.h
+++ b/src/pitch/pitchschmitt.h
@@ -34,8 +34,8 @@
*/
-#ifndef _AUBIO_PITCHSCHMITT_H
-#define _AUBIO_PITCHSCHMITT_H
+#ifndef AUBIO_PITCHSCHMITT_H
+#define AUBIO_PITCHSCHMITT_H
#ifdef __cplusplus
extern "C" {
@@ -72,5 +72,4 @@
}
#endif
-#endif /* _AUBIO_PITCHSCHMITT_H */
-
+#endif /* AUBIO_PITCHSCHMITT_H */
--- a/src/pitch/pitchspecacf.h
+++ b/src/pitch/pitchspecacf.h
@@ -38,8 +38,8 @@
*/
-#ifndef _AUBIO_PITCHSPECACF_H
-#define _AUBIO_PITCHSPECACF_H
+#ifndef AUBIO_PITCHSPECACF_H
+#define AUBIO_PITCHSPECACF_H
#ifdef __cplusplus
extern "C" {
@@ -100,4 +100,4 @@
}
#endif
-#endif /* _AUBIO_PITCHSPECACF_H */
+#endif /* AUBIO_PITCHSPECACF_H */
--- a/src/pitch/pitchyin.h
+++ b/src/pitch/pitchyin.h
@@ -35,8 +35,8 @@
*/
-#ifndef _AUBIO_PITCHYIN_H
-#define _AUBIO_PITCHYIN_H
+#ifndef AUBIO_PITCHYIN_H
+#define AUBIO_PITCHYIN_H
#ifdef __cplusplus
extern "C" {
@@ -97,4 +97,4 @@
}
#endif
-#endif /* _AUBIO_PITCHYIN_H */
+#endif /* AUBIO_PITCHYIN_H */
--- a/src/pitch/pitchyinfft.h
+++ b/src/pitch/pitchyinfft.h
@@ -35,8 +35,8 @@
*/
-#ifndef _AUBIO_PITCHYINFFT_H
-#define _AUBIO_PITCHYINFFT_H
+#ifndef AUBIO_PITCHYINFFT_H
+#define AUBIO_PITCHYINFFT_H
#ifdef __cplusplus
extern "C" {
@@ -96,4 +96,4 @@
}
#endif
-#endif /* _AUBIO_PITCHYINFFT_H */
+#endif /* AUBIO_PITCHYINFFT_H */
--- a/src/spectral/fft.h
+++ b/src/spectral/fft.h
@@ -31,8 +31,8 @@
*/
-#ifndef _AUBIO_FFT_H
-#define _AUBIO_FFT_H
+#ifndef AUBIO_FFT_H
+#define AUBIO_FFT_H
#ifdef __cplusplus
extern "C" {
@@ -141,4 +141,4 @@
}
#endif
-#endif /* _AUBIO_FFT_H */
+#endif /* AUBIO_FFT_H */
--- a/src/spectral/filterbank.h
+++ b/src/spectral/filterbank.h
@@ -29,8 +29,8 @@
*/
-#ifndef _AUBIO_FILTERBANK_H
-#define _AUBIO_FILTERBANK_H
+#ifndef AUBIO_FILTERBANK_H
+#define AUBIO_FILTERBANK_H
#ifdef __cplusplus
extern "C"
@@ -87,4 +87,4 @@
}
#endif
-#endif /* _AUBIO_FILTERBANK_H */
+#endif /* AUBIO_FILTERBANK_H */
--- a/src/spectral/filterbank_mel.h
+++ b/src/spectral/filterbank_mel.h
@@ -31,8 +31,8 @@
*/
-#ifndef _AUBIO_FILTERBANK_MEL_H
-#define _AUBIO_FILTERBANK_MEL_H
+#ifndef AUBIO_FILTERBANK_MEL_H
+#define AUBIO_FILTERBANK_MEL_H
#ifdef __cplusplus
extern "C"
@@ -69,4 +69,4 @@
}
#endif
-#endif /* _AUBIO_FILTERBANK_MEL_H */
+#endif /* AUBIO_FILTERBANK_MEL_H */
--- a/src/spectral/mfcc.h
+++ b/src/spectral/mfcc.h
@@ -34,8 +34,8 @@
*/
-#ifndef _AUBIO_MFCC_H
-#define _AUBIO_MFCC_H
+#ifndef AUBIO_MFCC_H
+#define AUBIO_MFCC_H
#ifdef __cplusplus
extern "C"
@@ -76,4 +76,4 @@
}
#endif
-#endif /* _AUBIO_MFCC_H */
+#endif /* AUBIO_MFCC_H */
--- a/src/spectral/phasevoc.h
+++ b/src/spectral/phasevoc.h
@@ -31,8 +31,8 @@
*/
-#ifndef _AUBIO_PHASEVOC_H
-#define _AUBIO_PHASEVOC_H
+#ifndef AUBIO_PHASEVOC_H
+#define AUBIO_PHASEVOC_H
#ifdef __cplusplus
extern "C" {
@@ -99,4 +99,4 @@
}
#endif
-#endif /* _AUBIO_PHASEVOC_H */
+#endif /* AUBIO_PHASEVOC_H */
--- a/src/spectral/specdesc.h
+++ b/src/spectral/specdesc.h
@@ -145,8 +145,8 @@
*/
-#ifndef _AUBIO_SPECDESC_H
-#define _AUBIO_SPECDESC_H
+#ifndef AUBIO_SPECDESC_H
+#define AUBIO_SPECDESC_H
#ifdef __cplusplus
extern "C" {
@@ -191,4 +191,4 @@
}
#endif
-#endif /* _AUBIO_SPECDESC_H */
+#endif /* AUBIO_SPECDESC_H */
--- a/src/spectral/tss.h
+++ b/src/spectral/tss.h
@@ -36,8 +36,8 @@
*/
-#ifndef _AUBIO_TSS_H
-#define _AUBIO_TSS_H
+#ifndef AUBIO_TSS_H
+#define AUBIO_TSS_H
#ifdef __cplusplus
extern "C" {
@@ -100,4 +100,4 @@
}
#endif
-#endif /* _AUBIO_TSS_H */
+#endif /* AUBIO_TSS_H */
--- a/src/synth/sampler.h
+++ b/src/synth/sampler.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_SAMPLER_H
-#define _AUBIO_SAMPLER_H
+#ifndef AUBIO_SAMPLER_H
+#define AUBIO_SAMPLER_H
/** \file
@@ -137,4 +137,4 @@
}
#endif
-#endif /* _AUBIO_SAMPLER_H */
+#endif /* AUBIO_SAMPLER_H */
--- a/src/synth/wavetable.h
+++ b/src/synth/wavetable.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_WAVETABLE_H
-#define _AUBIO_WAVETABLE_H
+#ifndef AUBIO_WAVETABLE_H
+#define AUBIO_WAVETABLE_H
/** \file
@@ -175,4 +175,4 @@
}
#endif
-#endif /* _AUBIO_WAVETABLE_H */
+#endif /* AUBIO_WAVETABLE_H */
--- a/src/tempo/beattracking.h
+++ b/src/tempo/beattracking.h
@@ -36,8 +36,8 @@
\example tempo/test-beattracking.c
*/
-#ifndef _AUBIO_BEATTRACKING_H
-#define _AUBIO_BEATTRACKING_H
+#ifndef AUBIO_BEATTRACKING_H
+#define AUBIO_BEATTRACKING_H
#ifdef __cplusplus
extern "C" {
@@ -118,4 +118,4 @@
}
#endif
-#endif /* _AUBIO_BEATTRACKING_H */
+#endif /* AUBIO_BEATTRACKING_H */
--- a/src/tempo/tempo.h
+++ b/src/tempo/tempo.h
@@ -30,8 +30,8 @@
*/
-#ifndef _AUBIO_TEMPO_H
-#define _AUBIO_TEMPO_H
+#ifndef AUBIO_TEMPO_H
+#define AUBIO_TEMPO_H
#ifdef __cplusplus
extern "C" {
@@ -252,4 +252,4 @@
}
#endif
-#endif /* _AUBIO_TEMPO_H */
+#endif /* AUBIO_TEMPO_H */
--- a/src/temporal/a_weighting.h
+++ b/src/temporal/a_weighting.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_FILTER_A_DESIGN_H
-#define _AUBIO_FILTER_A_DESIGN_H
+#ifndef AUBIO_FILTER_A_DESIGN_H
+#define AUBIO_FILTER_A_DESIGN_H
/** \file
@@ -85,4 +85,4 @@
}
#endif
-#endif /* _AUBIO_FILTER_A_DESIGN_H */
+#endif /* AUBIO_FILTER_A_DESIGN_H */
--- a/src/temporal/biquad.h
+++ b/src/temporal/biquad.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_FILTER_BIQUAD_H
-#define _AUBIO_FILTER_BIQUAD_H
+#ifndef AUBIO_FILTER_BIQUAD_H
+#define AUBIO_FILTER_BIQUAD_H
/** \file
@@ -72,4 +72,4 @@
}
#endif
-#endif /* _AUBIO_FILTER_BIQUAD_H */
+#endif /* AUBIO_FILTER_BIQUAD_H */
--- a/src/temporal/c_weighting.h
+++ b/src/temporal/c_weighting.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_FILTER_C_DESIGN_H
-#define _AUBIO_FILTER_C_DESIGN_H
+#ifndef AUBIO_FILTER_C_DESIGN_H
+#define AUBIO_FILTER_C_DESIGN_H
/** \file
@@ -85,4 +85,4 @@
}
#endif
-#endif /* _AUBIO_FILTER_C_DESIGN_H */
+#endif /* AUBIO_FILTER_C_DESIGN_H */
--- a/src/temporal/filter.h
+++ b/src/temporal/filter.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_FILTER_H
-#define _AUBIO_FILTER_H
+#ifndef AUBIO_FILTER_H
+#define AUBIO_FILTER_H
/** \file
@@ -173,4 +173,4 @@
}
#endif
-#endif /* _AUBIO_FILTER_H */
+#endif /* AUBIO_FILTER_H */
--- a/src/temporal/resampler.h
+++ b/src/temporal/resampler.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_RESAMPLER_H
-#define _AUBIO_RESAMPLER_H
+#ifndef AUBIO_RESAMPLER_H
+#define AUBIO_RESAMPLER_H
/** \file
@@ -62,4 +62,4 @@
}
#endif
-#endif /* _AUBIO_RESAMPLER_H */
+#endif /* AUBIO_RESAMPLER_H */
--- a/src/types.h
+++ b/src/types.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO__TYPES_H
-#define _AUBIO__TYPES_H
+#ifndef AUBIO_TYPES_H
+#define AUBIO_TYPES_H
/** \file
@@ -67,4 +67,4 @@
}
#endif
-#endif /* _AUBIO__TYPES_H */
+#endif /* AUBIO_TYPES_H */
--- a/src/utils/hist.h
+++ b/src/utils/hist.h
@@ -25,8 +25,8 @@
* Big hacks to implement an histogram
*/
-#ifndef _AUBIO_HIST_H
-#define _AUBIO_HIST_H
+#ifndef AUBIO_HIST_H
+#define AUBIO_HIST_H
#ifdef __cplusplus
extern "C" {
@@ -60,4 +60,4 @@
}
#endif
-#endif /* _AUBIO_HIST_H */
+#endif /* AUBIO_HIST_H */
--- a/src/utils/parameter.h
+++ b/src/utils/parameter.h
@@ -18,8 +18,8 @@
*/
-#ifndef _AUBIO_PARAMETER_H
-#define _AUBIO_PARAMETER_H
+#ifndef AUBIO_PARAMETER_H
+#define AUBIO_PARAMETER_H
/** \file
@@ -156,4 +156,4 @@
}
#endif
-#endif /* _AUBIO_PARAMETER_H */
+#endif /* AUBIO_PARAMETER_H */
--- a/src/utils/scale.h
+++ b/src/utils/scale.h
@@ -28,8 +28,8 @@
\f$ y = (x - ilow)*(ohig-olow)/(ihig-ilow) + olow \f$
*/
-#ifndef _AUBIO_SCALE_H
-#define _AUBIO_SCALE_H
+#ifndef AUBIO_SCALE_H
+#define AUBIO_SCALE_H
#ifdef __cplusplus
extern "C" {
@@ -77,4 +77,4 @@
}
#endif
-#endif /* _AUBIO_SCALE_H */
+#endif /* AUBIO_SCALE_H */
--- a/src/vecutils.h
+++ b/src/vecutils.h
@@ -24,8 +24,8 @@
*/
-#ifndef _AUBIO__VECUTILS_H
-#define _AUBIO__VECUTILS_H
+#ifndef AUBIO_VECUTILS_H
+#define AUBIO_VECUTILS_H
#ifdef __cplusplus
extern "C" {
@@ -113,4 +113,4 @@
}
#endif
-#endif /* _AUBIO__VECUTILS_H */
+#endif /* AUBIO_VECUTILS_H */