Changes in / [3d30b90:34e505f]
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3d30b90 r34e505f 5 5 6 6 getwaf: 7 curl https://waf.io/waf-1.8.1 2> waf7 curl https://waf.io/waf-1.8.14 > waf 8 8 @[ -d wafilb ] || rm -fr waflib 9 9 @chmod +x waf && ./waf --help > /dev/null -
src/pitch/pitch.c
r3d30b90 r34e505f 241 241 { 242 242 uint_t overlap_size = p->buf->length - ibuf->length; 243 #if !HAVE_MEMCPY_HACKS243 #if 1 //!HAVE_MEMCPY_HACKS 244 244 uint_t j; 245 245 for (j = 0; j < overlap_size; j++) { -
wscript
r3d30b90 r34e505f 131 131 MINSDKVER="6.1" 132 132 ctx.env.CFLAGS += ['-std=c99'] 133 if (ctx.options.enable_a udio_unit!= False):133 if (ctx.options.enable_apple_audio != False): 134 134 ctx.define('HAVE_AUDIO_UNIT', 1) 135 135 #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset
for help on using the changeset viewer.