Displaying 3 results from an estimated 3 matches for "_vp_apply_floor".
2002 Mar 27
0
build problems with classic Mac
...s one of the project files "bitbuffer.c" was missing - it didn't
appear in either the 1.0rc3 source or the latest cvs source. So, I
removed it from the project, and then the project built, but failed to
link, because now the .exp file (libvorbis.mcp.exp) was referencing a
routine _vp_apply_floor that supposedly was in psy.h (according to a
comment in libvorbis.mcp.exp), but wasn't. Seeing that another routine
_vi_psy_dup was commented out in libvorbis.mcp.exp, I took the liberty of
just commenting out _vp_apply_floor in libvorbis.mcp.exp, and then I
found another 14 link errors (m...
2002 Mar 12
1
build problems on Mac OS9
....org/ogg/vorbis/download/". The docs say it has a "mac"
folder with CodeWarrior projects for Mac OS 9 but they are missing! Does
anyone know if they exist and where?
3) I downloaded the nightly snapshot in desperation and it has a Mac OS9
project. But it does not build because "_vp_apply_floor" is undefined. Also
the file "bitbuffer.c" is missing. Are these projects expected to build or
are they in an intermediate state?
Bottom line: does anyone have libraries, source, or an SDK that can be used
to build libogg, libvorbiss and libvorbisenc based apps on Mac OS 9??????
T...
2002 Jan 02
2
RC3 Changes needed for MacOS
.../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...