Changeset 6f42c16 for src/tempo


Ignore:
Timestamp:
Apr 22, 2016, 9:15:29 PM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
aad1235
Parents:
d2be104
Message:

src/: change c header identifiers (see #35)

Location:
src/tempo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/beattracking.h

    rd2be104 r6f42c16  
    3737
    3838*/
    39 #ifndef _AUBIO_BEATTRACKING_H
    40 #define _AUBIO_BEATTRACKING_H
     39#ifndef AUBIO_BEATTRACKING_H
     40#define AUBIO_BEATTRACKING_H
    4141
    4242#ifdef __cplusplus
     
    119119#endif
    120120
    121 #endif /* _AUBIO_BEATTRACKING_H */
     121#endif /* AUBIO_BEATTRACKING_H */
  • src/tempo/tempo.h

    rd2be104 r6f42c16  
    3131*/
    3232
    33 #ifndef _AUBIO_TEMPO_H
    34 #define _AUBIO_TEMPO_H
     33#ifndef AUBIO_TEMPO_H
     34#define AUBIO_TEMPO_H
    3535
    3636#ifdef __cplusplus
     
    253253#endif
    254254
    255 #endif /* _AUBIO_TEMPO_H */
     255#endif /* AUBIO_TEMPO_H */
Note: See TracChangeset for help on using the changeset viewer.