[xiph-cvs] cvs commit: ogg/win32 ogg.def

Ralph Giles giles at xiph.org
Wed Oct 1 15:59:27 PDT 2003



giles       03/10/01 18:59:27

  Modified:    win32    ogg.def
  Log:
  Add the new 1.1 routines (oggpackB) to the win32 dll build's exports
  file, and re-arrange to match the order in ogg.h.

Revision  Changes    Path
1.8       +78 -50    ogg/win32/ogg.def

Index: ogg.def
===================================================================
RCS file: /usr/local/cvsroot/ogg/win32/ogg.def,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ogg.def	4 Jul 2002 09:14:43 -0000	1.7
+++ ogg.def	1 Oct 2003 22:59:26 -0000	1.8
@@ -1,50 +1,78 @@
-; $Id: ogg.def,v 1.7 2002/07/04 09:14:43 msmith Exp $
-;
-; ogg.def
-;
-LIBRARY
-EXPORTS
-ogg_packet_clear
-ogg_page_bos
-ogg_page_continued
-ogg_page_eos
-ogg_page_granulepos
-ogg_page_packets
-ogg_page_pageno
-ogg_page_serialno
-ogg_page_version
-ogg_stream_clear
-ogg_stream_destroy
-ogg_stream_eos
-ogg_stream_flush
-ogg_stream_init
-ogg_stream_packetin
-ogg_stream_packetout
-ogg_stream_packetpeek
-ogg_stream_pagein
-ogg_stream_pageout
-ogg_stream_reset
-ogg_stream_reset_serialno
-ogg_sync_buffer
-ogg_sync_clear
-ogg_sync_destroy
-ogg_sync_init
-ogg_sync_pageout
-ogg_sync_pageseek
-ogg_sync_reset
-ogg_sync_wrote
-oggpack_adv
-oggpack_adv1
-oggpack_bits
-oggpack_bytes
-oggpack_get_buffer
-oggpack_look
-oggpack_look1
-oggpack_read
-oggpack_read1
-oggpack_readinit
-oggpack_reset
-oggpack_write
-oggpack_writealign
-oggpack_writeclear
-oggpack_writeinit
+; $Id: ogg.def,v 1.8 2003/10/01 22:59:26 giles Exp $
+;
+; ogg.def
+;
+LIBRARY
+EXPORTS
+;
+oggpack_writeinit
+oggpack_writetrunc
+oggpack_writealign
+oggpack_writecopy
+oggpack_reset
+oggpack_writeclear
+oggpack_readinit
+oggpack_write
+oggpack_look
+oggpack_look1
+oggpack_adv
+oggpack_adv1
+oggpack_read
+oggpack_read1
+oggpack_bytes
+oggpack_bits
+oggpack_get_buffer
+;
+oggpackB_writeinit
+oggpackB_writetrunc
+oggpackB_writealign
+oggpackB_writecopy
+oggpackB_reset
+oggpackB_writeclear
+oggpackB_readinit
+oggpackB_write
+oggpackB_look
+oggpackB_look1
+oggpackB_adv
+oggpackB_adv1
+oggpackB_read
+oggpackB_read1
+oggpackB_bytes
+oggpackB_bits
+oggpackB_get_buffer
+;
+ogg_stream_packetin
+ogg_stream_pageout
+ogg_stream_flush
+;
+ogg_sync_init
+ogg_sync_clear
+ogg_sync_reset
+ogg_sync_destroy
+ogg_sync_buffer
+ogg_sync_wrote
+ogg_sync_pageseek
+ogg_sync_pageout
+ogg_stream_pagein
+ogg_stream_packetout
+ogg_stream_packetpeek
+;
+ogg_stream_init
+ogg_stream_clear
+ogg_stream_reset
+ogg_stream_reset_serialno
+ogg_stream_destroy
+ogg_stream_eos
+;
+ogg_page_checksum_set
+ogg_page_version
+ogg_page_continued
+ogg_page_bos
+ogg_page_eos
+ogg_page_granulepos
+ogg_page_serialno
+ogg_page_pageno
+ogg_page_packets
+ogg_packet_clear
+                                                        
+

<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