Changeset de66709 for src/temporal


Ignore:
Timestamp:
Apr 23, 2016, 12:51:07 AM (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:
c601bcd
Parents:
a9ec06f
Message:

src/: use #ifdef HAVE_FOO, not #if HAVE_FOO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resampler.c

    ra9ec06f rde66709  
    2525#include "temporal/resampler.h"
    2626
    27 #if HAVE_SAMPLERATE
     27#ifdef HAVE_SAMPLERATE
    2828
    2929#include <samplerate.h>         /* from libsamplerate */
Note: See TracChangeset for help on using the changeset viewer.