[xiph-commits] r15233 - in trunk/vorbis/win32: VS2003/libvorbisfile VS2005/libvorbisfile

ivo at svn.xiph.org ivo at svn.xiph.org
Sun Aug 31 17:45:05 PDT 2008


Author: ivo
Date: 2008-08-31 17:45:05 -0700 (Sun, 31 Aug 2008)
New Revision: 15233

Modified:
   trunk/vorbis/win32/VS2003/libvorbisfile/libvorbisfile.def
   trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.def
Log:
Add ov_fopen to .def files.  Closes #1261.

Modified: trunk/vorbis/win32/VS2003/libvorbisfile/libvorbisfile.def
===================================================================
--- trunk/vorbis/win32/VS2003/libvorbisfile/libvorbisfile.def	2008-09-01 00:28:17 UTC (rev 15232)
+++ trunk/vorbis/win32/VS2003/libvorbisfile/libvorbisfile.def	2008-09-01 00:45:05 UTC (rev 15233)
@@ -1,47 +1,48 @@
 LIBRARY	libvorbisfile
 EXPORTS
-ov_clear
-ov_open
-ov_open_callbacks
-;
-ov_test
-ov_test_callbacks
-ov_test_open
-;
-ov_bitrate
-ov_bitrate_instant
-;
-ov_streams
-ov_seekable
-ov_serialnumber
-;
-ov_raw_total
-ov_pcm_total
-ov_time_total
-;
-ov_raw_seek
-ov_pcm_seek
-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
-;
-ov_info
-ov_comment
-;
-ov_read_float
-ov_read
-ov_crosslap
-;
-ov_halfrate
-ov_halfrate_p
+ov_clear
+ov_open
+ov_open_callbacks
+ov_fopen
+;
+ov_test
+ov_test_callbacks
+ov_test_open
+;
+ov_bitrate
+ov_bitrate_instant
+;
+ov_streams
+ov_seekable
+ov_serialnumber
+;
+ov_raw_total
+ov_pcm_total
+ov_time_total
+;
+ov_raw_seek
+ov_pcm_seek
+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
+;
+ov_info
+ov_comment
+;
+ov_read_float
+ov_read
+ov_crosslap
+;
+ov_halfrate
+ov_halfrate_p
 ;
\ No newline at end of file

Modified: trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.def
===================================================================
--- trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.def	2008-09-01 00:28:17 UTC (rev 15232)
+++ trunk/vorbis/win32/VS2005/libvorbisfile/libvorbisfile.def	2008-09-01 00:45:05 UTC (rev 15233)
@@ -1,47 +1,48 @@
 LIBRARY	libvorbisfile
 EXPORTS
-ov_clear
-ov_open
-ov_open_callbacks
-;
-ov_test
-ov_test_callbacks
-ov_test_open
-;
-ov_bitrate
-ov_bitrate_instant
-;
-ov_streams
-ov_seekable
-ov_serialnumber
-;
-ov_raw_total
-ov_pcm_total
-ov_time_total
-;
-ov_raw_seek
-ov_pcm_seek
-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
-;
-ov_info
-ov_comment
-;
-ov_read_float
-ov_read
-ov_crosslap
-;
-ov_halfrate
-ov_halfrate_p
+ov_clear
+ov_open
+ov_open_callbacks
+ov_fopen
+;
+ov_test
+ov_test_callbacks
+ov_test_open
+;
+ov_bitrate
+ov_bitrate_instant
+;
+ov_streams
+ov_seekable
+ov_serialnumber
+;
+ov_raw_total
+ov_pcm_total
+ov_time_total
+;
+ov_raw_seek
+ov_pcm_seek
+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
+;
+ov_info
+ov_comment
+;
+ov_read_float
+ov_read
+ov_crosslap
+;
+ov_halfrate
+ov_halfrate_p
 ;
\ No newline at end of file



More information about the commits mailing list