[xiph-cvs] cvs commit: vorbis/win32 vorbis.def vorbis_dynamic.dsp vorbis_static.dsp
Michael Smith
msmith at xiph.org
Thu Jul 4 02:13:42 PDT 2002
msmith 02/07/04 02:13:42
Modified: win32 vorbis.def vorbis_dynamic.dsp vorbis_static.dsp
Log:
Build file updates from Nathan Sharfi.
Revision Changes Path
1.10 +40 -40 vorbis/win32/vorbis.def
Index: vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vorbis.def 2002/03/18 04:46:40 1.9
+++ vorbis.def 2002/07/04 09:13:41 1.10
@@ -1,40 +1,40 @@
-;
-; $Id: vorbis.def,v 1.9 2002/03/18 04:46:40 segher Exp $
-;
-LIBRARY
-EXPORTS
-_floor_P
-_mapping_P
-_residue_P
-_time_P
-_vi_psy_copy
-residue_free_info
-vorbis_analysis
-vorbis_analysis_blockout
-vorbis_analysis_buffer
-vorbis_analysis_headerout
-vorbis_analysis_init
-vorbis_analysis_wrote
-vorbis_block_clear
-vorbis_block_init
-vorbis_bitrate_addblock
-vorbis_bitrate_flushpacket
-vorbis_comment_add
-vorbis_comment_add_tag
-vorbis_comment_clear
-vorbis_comment_init
-vorbis_comment_query
-vorbis_comment_query_count
-vorbis_commentheader_out
-vorbis_dsp_clear
-vorbis_info_blocksize
-vorbis_info_clear
-vorbis_info_init
-vorbis_packet_blocksize
-vorbis_synthesis
-vorbis_synthesis_blockin
-vorbis_synthesis_headerin
-vorbis_synthesis_init
-vorbis_synthesis_pcmout
-vorbis_synthesis_read
-vorbis_synthesis_trackonly
+;
+; $Id: vorbis.def,v 1.10 2002/07/04 09:13:41 msmith Exp $
+;
+LIBRARY
+EXPORTS
+_floor_P
+_mapping_P
+_residue_P
+vorbis_analysis
+vorbis_analysis_blockout
+vorbis_analysis_buffer
+vorbis_analysis_headerout
+vorbis_analysis_init
+vorbis_analysis_wrote
+vorbis_block_clear
+vorbis_block_init
+vorbis_bitrate_addblock
+vorbis_bitrate_flushpacket
+vorbis_comment_add
+vorbis_comment_add_tag
+vorbis_comment_clear
+vorbis_comment_init
+vorbis_comment_query
+vorbis_comment_query_count
+vorbis_commentheader_out
+vorbis_dsp_clear
+vorbis_encode_setup_init
+vorbis_encode_setup_managed
+vorbis_encode_setup_vbr
+vorbis_info_blocksize
+vorbis_info_clear
+vorbis_info_init
+vorbis_packet_blocksize
+vorbis_synthesis
+vorbis_synthesis_blockin
+vorbis_synthesis_headerin
+vorbis_synthesis_init
+vorbis_synthesis_pcmout
+vorbis_synthesis_read
+vorbis_synthesis_trackonly
<p><p>1.12 +1 -1 vorbis/win32/vorbis_dynamic.dsp
Index: vorbis_dynamic.dsp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis_dynamic.dsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vorbis_dynamic.dsp 2001/12/27 14:25:20 1.11
+++ vorbis_dynamic.dsp 2002/07/04 09:13:41 1.12
@@ -179,7 +179,7 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\time0.c
+SOURCE=..\lib\vorbisenc.c
# End Source File
# Begin Source File
<p><p>1.9 +0 -4 vorbis/win32/vorbis_static.dsp
Index: vorbis_static.dsp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis_static.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vorbis_static.dsp 2001/12/27 14:25:20 1.8
+++ vorbis_static.dsp 2002/07/04 09:13:41 1.9
@@ -157,10 +157,6 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\time0.c
-# End Source File
-# Begin Source File
-
SOURCE=..\lib\window.c
# End Source File
# End Group
<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