Displaying 1 result from an estimated 1 matches for "barkmel_sourc".
Did you mean:
barkmel_sources
2000 Nov 08
1
vorbis module: Makefile cleaning
...sytune be in vorbis or vorbis-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 --> gr...