[xiph-cvs] cvs commit: w3d Makefile tarkin_enc.c
Holger Waechtler
holger at xiph.org
Tue Sep 4 00:05:25 PDT 2001
holger 01/09/04 00:05:25
Modified: . Makefile tarkin_enc.c
Log:
fixed command line help again. sorry
Revision Changes Path
1.15 +1 -1 w3d/Makefile
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/w3d/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile 2001/08/07 14:40:12 1.14
+++ Makefile 2001/09/04 07:05:25 1.15
@@ -1,7 +1,7 @@
CC = gcc
RM = rm -rf
-CFLAGS = -g -O0 -Wall -DTYPE=int16_t -DRLECODER -DDBG_XFORM -DDBG_MEMLEAKS
+CFLAGS = -g -O3 -Wall -DTYPE=int16_t -DRLECODER #-DDBG_XFORM -DDBG_MEMLEAKS
LFLAGS = -g #-lefence
OBJS = mem.o pnm.o wavelet.o wavelet_xform.o wavelet_coeff.o wavelet_coeff2.o \
1.10 +1 -1 w3d/tarkin_enc.c
Index: tarkin_enc.c
===================================================================
RCS file: /usr/local/cvsroot/w3d/tarkin_enc.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tarkin_enc.c 2001/09/04 06:54:49 1.9
+++ tarkin_enc.c 2001/09/04 07:05:25 1.10
@@ -16,7 +16,7 @@
"\n"
" input ppm filename format: optional, \"%%i.ppm\" by default\n"
" bitrate: cut Y/U/V bitstream after limit bytes/frame\n"
- " (something like 10000 KB makes sense here)\n"
+ " (something like 10000 makes sense here)\n"
" a_m, s_m: number of vanishing moments of the\n"
" analysis/synthesis filter, (2,2) by default\n"
"\n", program_name);
--- >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