[xiph-cvs] cvs commit: Tremor dsp.c configure.in
Monty
xiphmont at xiph.org
Fri May 23 20:58:13 PDT 2003
xiphmont 03/05/23 23:58:13
Modified: . Tag: lowmem-branch configure.in
Added: . Tag: lowmem-branch dsp.c
Log:
Forgot to add dsp.c
Revision Changes Path
No revision
<p>No revision
<p>1.4.6.1 +2 -2 Tremor/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/Tremor/configure.in,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -r1.4 -r1.4.6.1
--- configure.in 16 Oct 2002 09:07:00 -0000 1.4
+++ configure.in 24 May 2003 03:58:13 -0000 1.4.6.1
@@ -54,12 +54,12 @@
case $host in
arm-*-*)
- DEBUG="-g -W -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
+ DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char"
PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";;
*)
- DEBUG="-g -W -D__NO_MATH_INLINES -fsigned-char"
+ DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
CFLAGS="-O2 -fsigned-char"
PROFILE="-W -pg -g -O2 -fsigned-char -fno-inline-functions";;
esac
<p><p>No revision
<p>No revision
<p>1.1.2.1 +298 -0 Tremor/Attic/dsp.c
<p><p><p>--- >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