search for: tone_sourc

Displaying 1 result from an estimated 1 matches for "tone_sourc".

Did you mean: tone_sources
2000 Nov 08
1
vorbis module: Makefile cleaning
...s-tools? and if you're going to leave them around, perhaps put in the compilation rules as something like: --- vorbis/lib/Makefile.am EXTRA_PROGRAMS = psytune barkmel tone CLEANFILES = psytune barkmel tone psytune_SOURCES = psytune.c psytune_LDADD = .libs/libvorbis.a barkmel_SOURCES = barkmel.c tone_SOURCES = tone.c --- rather than just plopping them into EXTRA_DIST (this way they don't get made by default, but the compilation rule is there) oh yah. psytune.c should now include "backends.h" at the beginning, and there are two lines where the frameno --> granulepos name change was...