Displaying 1 result from an estimated 1 matches for "danalysi".
Did you mean:
danalysis
2000 Nov 08
1
vorbis module: Makefile cleaning
...einstate the 'selftest' target, even though
you normally wouldn't make it.
I also have rules to make the special library versions
e.g. --- vorbis/Makefile.am with
train_lsp:
$(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP"
analysis:
$(MAKE) all CFLAGS="@CFLAGS@ -DANALYSIS"
both:
$(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP -DANALYSIS"
--- targets. This is a minimal change, and there are certainly better
ways to do it (i.e. a separate libname for specialized oggenc versions
that pick up the statistics-gathering versions of the libs. Th...