[xiph-commits] r15530 - trunk/vorbis/win32

giles at svn.xiph.org giles at svn.xiph.org
Mon Nov 24 10:50:33 PST 2008


Author: giles
Date: 2008-11-24 10:50:32 -0800 (Mon, 24 Nov 2008)
New Revision: 15530

Modified:
   trunk/vorbis/win32/vorbis.def
Log:
Add vorbis_version_string to the dll export list.

Patch by Aoyumi. This is a followup to the addition of this api call
in r15346.


Modified: trunk/vorbis/win32/vorbis.def
===================================================================
--- trunk/vorbis/win32/vorbis.def	2008-11-23 23:31:36 UTC (rev 15529)
+++ trunk/vorbis/win32/vorbis.def	2008-11-24 18:50:32 UTC (rev 15530)
@@ -55,3 +55,5 @@
 vorbis_encode_init_vbr
 vorbis_encode_setup_init
 vorbis_encode_ctl
+;
+vorbis_version_string



More information about the commits mailing list