Changeset 5ee8dd3


Ignore:
Timestamp:
Nov 28, 2016, 4:12:06 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
1437b5c
Parents:
3303f05
git-author:
Paul Brossier <piem@piem.org> (10/03/16 16:50:36)
git-committer:
Paul Brossier <piem@piem.org> (11/28/16 16:12:06)
Message:

src/temporal/resampler.c: throw an error when using libsamplerate with doubles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resampler.c

    r3303f05 r5ee8dd3  
    2626
    2727#ifdef HAVE_SAMPLERATE
     28
     29#if HAVE_AUBIO_DOUBLE
     30#error "Should not use libsamplerate with aubio in double precision"
     31#endif
    2832
    2933#include <samplerate.h>         /* from libsamplerate */
Note: See TracChangeset for help on using the changeset viewer.