Ignore:
Timestamp:
Apr 24, 2016, 7:00:28 PM (8 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:
81984a7
Parents:
8b2aafd
Message:

src/, examples/: #ifdef HAVE_, not #if HAVE_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    r8b2aafd r7585822  
    143143  smpl_t * dataold = pv->dataold->data;
    144144  smpl_t * datanew = new->data;
    145 #if !HAVE_MEMCPY_HACKS
     145#ifndef HAVE_MEMCPY_HACKS
    146146  uint_t i;
    147147  for (i = 0; i < pv->end; i++)
Note: See TracChangeset for help on using the changeset viewer.