[xiph-cvs] cvs commit: vorbis-tools/oggenc Makefile.am oe_win32.c
Jack Moffitt
jack at xiph.org
Sun Sep 10 23:31:36 PDT 2000
jack 00/09/10 23:31:36
Modified: oggenc Makefile.am oe_win32.c
Log:
oggenc compiles now
Revision Changes Path
1.2 +3 -2 vorbis-tools/oggenc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 2000/09/11 06:21:16 1.1
+++ Makefile.am 2000/09/11 06:31:35 1.2
@@ -4,8 +4,9 @@
bin_PROGRAMS = oggenc
-oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c\
- audio.h encode.h platform.h @GETOPT@
+oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\
+ oe_win32.c\
+ audio.h encode.h platform.h getopt.h
debug:
$(MAKE) all CFLAGS="@DEBUG@"
1.2 +2 -1 vorbis-tools/oggenc/oe_win32.c
Index: oe_win32.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oe_win32.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oe_win32.c 2000/09/07 00:57:47 1.1
+++ oe_win32.c 2000/09/11 06:31:35 1.2
@@ -11,6 +11,7 @@
/* Win32 support routines */
+#ifdef _WIN32
#include "platform.h"
#include "encode.h"
@@ -60,4 +61,4 @@
free((time_t *)timer);
}
-
+#endif /* _WIN32 */
--- >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