[xiph-commits] r15378 - trunk/theora/win32

j at svn.xiph.org j at svn.xiph.org
Tue Oct 7 04:29:37 PDT 2008


Author: j
Date: 2008-10-07 04:29:36 -0700 (Tue, 07 Oct 2008)
New Revision: 15378

Modified:
   trunk/theora/win32/libtheora.def
Log:
export isheader api in win32 builds, fixes #1436

Modified: trunk/theora/win32/libtheora.def
===================================================================
--- trunk/theora/win32/libtheora.def	2008-10-06 09:38:55 UTC (rev 15377)
+++ trunk/theora/win32/libtheora.def	2008-10-07 11:29:36 UTC (rev 15378)
@@ -28,6 +28,7 @@
 	theora_comment_query
 	theora_comment_query_count
 	theora_comment_clear
+	theora_packet_isheader
 
 	th_comment_init
 	th_comment_clear
@@ -39,4 +40,6 @@
 	th_encode_ycbcr_in
 	th_granule_time
 	th_info_clear
-	th_info_init
+	th_info_init
+	th_packet_isheader
+



More information about the commits mailing list