Changeset 81984a7


Ignore:
Timestamp:
Apr 24, 2016, 7:32:58 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:
c6388f4
Parents:
7585822
Message:

wscript: do not define HAVE_MEMCPY_HACKS at all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7585822 r81984a7  
    290290    if (ctx.options.enable_memcpy == True):
    291291        ctx.define('HAVE_MEMCPY_HACKS', 1)
    292     else:
    293         ctx.define('HAVE_MEMCPY_HACKS', 0)
    294292
    295293    # write configuration header
Note: See TracChangeset for help on using the changeset viewer.