[xiph-cvs] cvs commit: vorbis/mac decoder_example.mcp encoder_example.mcp libvorbis.mcp libvorbis.mcp.exp libvorbisenc.mcp libvorbisenc.mcp.exp libvorbisfile.mcp libvorbisfile.mcp.exp
Ralph Giles
giles at xiph.org
Fri Jul 12 08:07:55 PDT 2002
giles 02/07/12 08:07:55
Modified: examples decoder_example.c encoder_example.c
mac decoder_example.mcp encoder_example.mcp
libvorbis.mcp libvorbis.mcp.exp libvorbisenc.mcp
libvorbisenc.mcp.exp libvorbisfile.mcp
libvorbisfile.mcp.exp
Log:
Update MacOS build files for Metrowerks CodeWarrior 7. Haven't tested the example appls
Revision Changes Path
1.27 +2 -2 vorbis/examples/decoder_example.c
Index: decoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/decoder_example.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- decoder_example.c 2002/07/11 06:40:47 1.26
+++ decoder_example.c 2002/07/12 15:07:52 1.27
@@ -11,7 +11,7 @@
********************************************************************
function: simple example decoder
- last mod: $Id: decoder_example.c,v 1.26 2002/07/11 06:40:47 xiphmont Exp $
+ last mod: $Id: decoder_example.c,v 1.27 2002/07/12 15:07:52 giles Exp $
********************************************************************/
@@ -31,7 +31,7 @@
#include <fcntl.h>
#endif
-#if defined(macintosh) && defined(__MWERKS__)
+#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h> /* CodeWarrior's Mac "command-line" support */
#endif
<p><p>1.48 +3 -3 vorbis/examples/encoder_example.c
Index: encoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/encoder_example.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- encoder_example.c 2002/07/11 06:50:31 1.47
+++ encoder_example.c 2002/07/12 15:07:52 1.48
@@ -11,7 +11,7 @@
********************************************************************
function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.47 2002/07/11 06:50:31 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.48 2002/07/12 15:07:52 giles Exp $
********************************************************************/
@@ -32,7 +32,7 @@
#include <fcntl.h>
#endif
-#if defined(macintosh) && defined(__MWERKS__)
+#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h> /* CodeWarrior's Mac "command-line" support */
#endif
@@ -85,7 +85,7 @@
{
fread(readbuffer,1,2,stdin);
- if ( ! strncmp(readbuffer, "da", 2) )
+ if ( ! strncmp((char*)readbuffer, "da", 2) )
{
founddata = 1;
fread(readbuffer,1,6,stdin);
<p><p>1.4 +37 -25 vorbis/mac/decoder_example.mcp
Index: decoder_example.mcp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/decoder_example.mcp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
Binary files /tmp/cvsQKbf2d and /tmp/cvsWqPT7m differ
<p><p>1.4 +27 -24 vorbis/mac/encoder_example.mcp
Index: encoder_example.mcp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/encoder_example.mcp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
Binary files /tmp/cvsasxVLn and /tmp/cvsIdTKdE differ
<p><p>1.4 +26 -27 vorbis/mac/libvorbis.mcp
Index: libvorbis.mcp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbis.mcp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
Binary files /tmp/cvs2hVaRJ and /tmp/cvsOiIxio differ
<p><p>1.3 +6 -18 vorbis/mac/libvorbis.mcp.exp
Index: libvorbis.mcp.exp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbis.mcp.exp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvorbis.mcp.exp 2000/11/22 06:15:19 1.2
+++ libvorbis.mcp.exp 2002/07/12 15:07:53 1.3
@@ -4,6 +4,7 @@
vorbis_info_init
vorbis_info_clear
+vorbis_info_blocksize
vorbis_comment_init
vorbis_comment_add
vorbis_comment_add_tag
@@ -18,35 +19,22 @@
# Vorbis PRIMITIVES: analysis/DSP layer
vorbis_analysis_init
+vorbis_commentheader_out
vorbis_analysis_headerout
vorbis_analysis_buffer
vorbis_analysis_wrote
vorbis_analysis_blockout
vorbis_analysis
+vorbis_bitrate_addblock
+vorbis_bitrate_flushpacket
# Vorbis PRIMITIVES: synthesis layer
vorbis_synthesis_headerin
vorbis_synthesis_init
vorbis_synthesis
+vorbis_synthesis_trackonly
vorbis_synthesis_blockin
vorbis_synthesis_pcmout
vorbis_synthesis_read
-
-### From "psy.h" (for VorbisEncLib)
-
-_vp_psy_init
-_vp_psy_clear
-#_vi_psy_dup
-
-_vi_psy_free
-_vi_psy_copy
-
-_vp_compute_mask
-_vp_apply_floor
-
-### From "xxx.h" (for VorbisEncLib)
-_time_P
-_floor_P
-_residue_P
-_mapping_P
+vorbis_packet_blocksize
<p><p>1.2 +32 -31 vorbis/mac/libvorbisenc.mcp
Index: libvorbisenc.mcp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisenc.mcp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
Binary files /tmp/cvsCtGHG9 and /tmp/cvskPBfmd differ
<p><p>1.2 +4 -1 vorbis/mac/libvorbisenc.mcp.exp
Index: libvorbisenc.mcp.exp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisenc.mcp.exp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvorbisenc.mcp.exp 2000/11/22 06:15:19 1.1
+++ libvorbisenc.mcp.exp 2002/07/12 15:07:53 1.2
@@ -1,5 +1,8 @@
### From "vorbis/vorbisenc.h"
vorbis_encode_init
-
+vorbis_encode_setup_managed
+vorbis_encode_setup_vbr
+vorbis_encode_init_vbr
+vorbis_encode_setup_init
vorbis_encode_ctl
<p><p>1.2 +42 -31 vorbis/mac/libvorbisfile.mcp
Index: libvorbisfile.mcp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisfile.mcp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
Binary files /tmp/cvsVbB3Kp and /tmp/cvs8t3w2J differ
<p><p>1.2 +5 -0 vorbis/mac/libvorbisfile.mcp.exp
Index: libvorbisfile.mcp.exp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisfile.mcp.exp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvorbisfile.mcp.exp 2000/11/22 06:15:19 1.1
+++ libvorbisfile.mcp.exp 2002/07/12 15:07:53 1.2
@@ -4,6 +4,10 @@
ov_open
ov_open_callbacks
+ov_test
+ov_test_callbacks
+ov_test_open
+
ov_bitrate
ov_bitrate_instant
ov_streams
@@ -28,3 +32,4 @@
ov_comment
ov_read
+ov_read_float
\ No newline at end of file
<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