[vorbis-dev] RC3 Changes needed for MacOS

Steve Nicolai snicolai at mac.com
Wed Jan 2 23:36:30 PST 2002



It looks like the Mac .exp files were not updated for RC3.

The following diff corrects that problem.  The CodeWarrior
project files also have not been updated.  They are in 5.3
format which is quite old.  Would anybody object if I
submitted updates to them in CodeWarrior Pro 6 format?
That's the oldest version I have readily available.

If someone else has 5.3 and wants to do it, you need to
remove iir.c and bitbuffer.c from libvorbis.mcp, and add
bitrate.c to libvorbis.mcp.

Steve

Index: mac/libvorbis.mcp.exp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbis.mcp.exp,v
retrieving revision 1.2
diff -u -r1.2 libvorbis.mcp.exp
--- mac/libvorbis.mcp.exp	2000/11/22 06:15:19	1.2
+++ mac/libvorbis.mcp.exp	2002/01/03 07:21:48
@@ -23,6 +23,8 @@
  vorbis_analysis_wrote
  vorbis_analysis_blockout
  vorbis_analysis
+vorbis_bitrate_addblock
+vorbis_bitrate_flushpacket

  # Vorbis PRIMITIVES: synthesis layer

@@ -43,10 +45,10 @@
  _vi_psy_copy

  _vp_compute_mask
-_vp_apply_floor

  ### From "xxx.h" (for VorbisEncLib)
  _time_P
  _floor_P
  _residue_P
  _mapping_P
+residue_free_info
Index: mac/libvorbisenc.mcp.exp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisenc.mcp.exp,v
retrieving revision 1.1
diff -u -r1.1 libvorbisenc.mcp.exp
--- mac/libvorbisenc.mcp.exp	2000/11/22 06:15:19	1.1
+++ mac/libvorbisenc.mcp.exp	2002/01/03 07:21:48
@@ -1,5 +1,6 @@
  ### From "vorbis/vorbisenc.h"

  vorbis_encode_init
+vorbis_encode_init_vbr

  vorbis_encode_ctl

<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 'vorbis-dev-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 Vorbis-dev mailing list