Changeset 799e05b


Ignore:
Timestamp:
Dec 7, 2018, 1:28:56 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
Children:
986c04c
Parents:
60ae447
git-author:
Paul Brossier <piem@piem.org> (03/14/17 05:24:46)
git-committer:
Paul Brossier <piem@piem.org> (12/07/18 01:28:56)
Message:

src/effects/: include aubio_priv.h, not config.h, use <> for external includes

Location:
src/effects
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/effects/pitchshift_rubberband.c

    r60ae447 r799e05b  
    2626#include "effects/pitchshift.h"
    2727
    28 #include "rubberband/rubberband-c.h"
     28#include <rubberband/rubberband-c.h>
    2929
    3030/** generic pitch shifting structure */
  • src/effects/rubberband_utils.c

    r60ae447 r799e05b  
    55#ifdef HAVE_RUBBERBAND
    66
    7 #include "rubberband/rubberband-c.h"
     7#include <rubberband/rubberband-c.h>
    88
    99// check rubberband is 1.8.1, warn if 1.3
  • src/effects/timestretch_dummy.c

    r60ae447 r799e05b  
    1919*/
    2020
    21 #include "config.h"
     21#include "aubio_priv.h"
    2222
    2323#ifndef HAVE_RUBBERBAND
    2424
    25 #include "aubio_priv.h"
    2625#include "fvec.h"
    2726#include "effects/timestretch.h"
  • src/effects/timestretch_rubberband.c

    r60ae447 r799e05b  
    1919*/
    2020
    21 #include "config.h"
     21#include "aubio_priv.h"
    2222
    2323#ifdef HAVE_RUBBERBAND
    2424
    25 #include "aubio_priv.h"
    2625#include "fvec.h"
    2726#include "fmat.h"
     
    2928#include "effects/timestretch.h"
    3029
    31 #include "rubberband/rubberband-c.h"
     30#include <rubberband/rubberband-c.h>
    3231
    3332#define MIN_STRETCH_RATIO 0.025
Note: See TracChangeset for help on using the changeset viewer.