From 0e355f698a49499970fb2ff981287a4fe13350a9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 9 Jul 2012 15:37:35 -0700 Subject: [PATCH] src/wscript_build: add vim header --- src/wscript_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wscript_build b/src/wscript_build index eb1336b3..5a95d7c9 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -1,3 +1,5 @@ +# vim:set syntax=python: + uselib = ['SAMPLERATE'] if 'HAVE_FFTW3' in conf.get_env(): source = bld.path.ant_glob('*.c **/*.c', excl = ['**/ooura_fft8g.c']) -- 2.26.2