Update the MacOS Codewarrior project and exports files. Also move to
authorRalph Giles <giles@xiph.org>
Fri, 5 Sep 2003 23:10:41 +0000 (23:10 +0000)
committerRalph Giles <giles@xiph.org>
Fri, 5 Sep 2003 23:10:41 +0000 (23:10 +0000)
Metrowerks Codewarrior 7.2 as a minimum version.

svn path=/trunk/vorbis/; revision=5313

macos/encoder_example.mcp
macos/libvorbis.mcp
macos/libvorbis.mcp.exp
macos/libvorbisenc.mcp
macos/libvorbisfile.mcp
macos/libvorbisfile.mcp.exp
macos/vorbis.mcp

index fce944f..bb6eb88 100644 (file)
Binary files a/macos/encoder_example.mcp and b/macos/encoder_example.mcp differ
index 0e82be4..f5de195 100644 (file)
Binary files a/macos/libvorbis.mcp and b/macos/libvorbis.mcp differ
index fc4d92a..ec14087 100644 (file)
@@ -15,6 +15,7 @@ vorbis_comment_clear
 vorbis_block_init
 vorbis_block_clear
 vorbis_dsp_clear
+vorbis_granule_time
 
 # Vorbis PRIMITIVES: analysis/DSP layer
 
@@ -32,9 +33,13 @@ vorbis_bitrate_flushpacket
 
 vorbis_synthesis_headerin
 vorbis_synthesis_init
+vorbis_synthesis_restart
 vorbis_synthesis
 vorbis_synthesis_trackonly
 vorbis_synthesis_blockin
 vorbis_synthesis_pcmout
+vorbis_synthesis_lapout
 vorbis_synthesis_read
 vorbis_packet_blocksize
+vorbis_synthesis_halfrate
+vorbis_synthesis_halfrate_p
index 2b30cf7..bc61f85 100755 (executable)
Binary files a/macos/libvorbisenc.mcp and b/macos/libvorbisenc.mcp differ
index fa878de..17ff6a7 100755 (executable)
Binary files a/macos/libvorbisfile.mcp and b/macos/libvorbisfile.mcp differ
index 6c37113..92412f0 100755 (executable)
@@ -24,6 +24,12 @@ ov_pcm_seek_page
 ov_time_seek
 ov_time_seek_page
 
+ov_raw_seek_lap
+ov_pcm_seek_lap
+ov_pcm_seek_page_lap
+ov_time_seek_lap
+ov_time_seek_page_lap
+
 ov_raw_tell
 ov_pcm_tell
 ov_time_tell
@@ -32,4 +38,8 @@ ov_info
 ov_comment
 
 ov_read
-ov_read_float
\ No newline at end of file
+ov_read_float
+
+ov_crosslap
+ov_halfrate
+ov_halfrate_p
\ No newline at end of file
index 6b52248..6ce308b 100644 (file)
Binary files a/macos/vorbis.mcp and b/macos/vorbis.mcp differ