[xiph-cvs] cvs commit: vorbis/vq distribution.c Makefile.am
Monty
xiphmont at xiph.org
Fri Dec 29 19:00:50 PST 2000
xiphmont 00/12/29 19:00:50
Modified: vq Tag: monty_branch_20001226 Makefile.am
Added: vq Tag: monty_branch_20001226 distribution.c
Log:
Util to show the scalar distribution of a .vqd file
Monty
Revision Changes Path
No revision
No revision
1.2.2.1 +3 -1 vorbis/vq/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Makefile.am 2000/12/21 21:04:49 1.2
+++ Makefile.am 2000/12/30 03:00:49 1.2.2.1
@@ -6,7 +6,7 @@
EXTRA_PROGRAMS = lspvqtrain genericvqtrain residuevqtrain vqbuild\
vqcascade vqmetrics latticebuild latticepare latticehint\
- latticetune huffbuild residuesplit
+ latticetune huffbuild residuesplit distribution
CLEANFILES = $(EXTRA_PROGRAMS)
LDFLAGS = -static
@@ -36,6 +36,8 @@
vqgen.h bookutil.h
residuesplit_SOURCES = residuesplit.c vqgen.c bookutil.c\
vqgen.h bookutil.h
+distribution_SOURCES = distribution.c bookutil.c\
+ bookutil.h
EXTRA_DIST = residue_entropy auxpartition.pl
No revision
No revision
1.1.2.1 +130 -0 vorbis/vq/Attic/distribution.c
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list