Changeset 1bc92cd
- Timestamp:
- Dec 29, 2021, 6:14:14 PM (3 years ago)
- Branches:
- feature/crepe
- Parents:
- c5ca86e
- git-author:
- Paul Brossier <piem@piem.org> (12/29/21 18:12:22)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 18:14:14)
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rc5ca86e r1bc92cd 267 267 #define AUBIO_SPRINTF sprintf 268 268 269 #ifdef HAVE_WIN_HACKS 270 #define strncasecmp _strnicmp 271 #endif 272 269 273 #define AUBIO_MAX_SAMPLERATE (192000*8) 270 274 #define AUBIO_MAX_CHANNELS 1024 -
src/utils/strutils.c
rc5ca86e r1bc92cd 21 21 #include "aubio_priv.h" 22 22 23 #ifdef HAVE_WIN_HACKS24 #define strncasecmp _strnicmp25 #endif26 27 23 const char_t *aubio_str_get_extension(const char_t *filename) 28 24 {
Note: See TracChangeset
for help on using the changeset viewer.