Displaying 4 results from an estimated 4 matches for "barkmel".
Did you mean:
barker
2000 Nov 08
1
vorbis module: Makefile cleaning
should tone barkmel and psytune 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/libvor...
2005 Aug 09
1
Question on compiling.
Hi,
in libvorbis/lib directory, I see a coupple of programs that do not get
compiled. For example, barmel.c etc.
I can ofcourse compile them through command line, but is there any
easier way of doing this.
I noticed that codebook.c can also be executed independently (it has a
main function) . How can i do this?
Thanks in advance,
Shank
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2001 Oct 27
3
vorbis won't compile as a Framework
When I tried to compile the vorbis module as a Framework, using
ProjectBuilder, I got 1058 warnings (excess elements in scalar
initializer, near initialization for ''psy_set0.toneatt', 'vorbis_ftoi'
defined but not used, unused variable 'k', braces around scalar
initializer, and so on) and 65 errors.
Some examples of errors:
-------
vorbis/lib/psytune.c: undefined