[xiph-cvs] cvs commit: theora/examples Makefile.am splayer.c
Ralph Giles
giles at xiph.org
Fri Oct 3 05:40:16 PDT 2003
giles 03/10/03 08:40:16
Modified: examples Makefile.am splayer.c
Log:
Pass the standard CFLAGS to the DEBUG and PROFILE builds. Required for SDL linkage on some
platforms. Also correct whitespace in a comment.
Revision Changes Path
1.16 +2 -2 theora/examples/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.am 10 Sep 2003 19:16:07 -0000 1.15
+++ Makefile.am 3 Oct 2003 12:40:16 -0000 1.16
@@ -28,8 +28,8 @@
encoder_example_DEPENDENCIES = $(GETOPT_OBJS)
debug:
- $(MAKE) all CFLAGS="@DEBUG@"
+ $(MAKE) all CFLAGS="@DEBUG@ $(CFLAGS)"
profile:
- $(MAKE) all CFLAGS="@PROFILE@"
+ $(MAKE) all CFLAGS="@PROFILE@ $(CFLAGS)"
<p><p>1.7 +1 -1 theora/examples/splayer.c
Index: splayer.c
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/splayer.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- splayer.c 26 Sep 2003 15:03:48 -0000 1.6
+++ splayer.c 3 Oct 2003 12:40:16 -0000 1.7
@@ -42,7 +42,7 @@
#include <portaudio.h>
#include <SDL.h>
-/*for portaudio */
+/* for portaudio */
#define FRAMES_PER_BUFFER (256)
/*start of portaudio helper functions, extracted from pablio directory*/
<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