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

giles at svn.xiph.org giles at svn.xiph.org
Wed Nov 5 11:35:07 PST 2008


Author: giles
Date: 2008-11-05 11:35:06 -0800 (Wed, 05 Nov 2008)
New Revision: 15506

Modified:
   trunk/theora/win32/libtheora.def
Log:
Correct line endings on the msvc exports file.

This must have DOS line endings for the linker to accept it.


Modified: trunk/theora/win32/libtheora.def
===================================================================
--- trunk/theora/win32/libtheora.def	2008-11-04 18:48:19 UTC (rev 15505)
+++ trunk/theora/win32/libtheora.def	2008-11-05 19:35:06 UTC (rev 15506)
@@ -28,7 +28,7 @@
 	theora_comment_query
 	theora_comment_query_count
 	theora_comment_clear
-	theora_packet_isheader
+	theora_packet_isheader
 
 	th_comment_init
 	th_comment_clear
@@ -40,6 +40,5 @@
 	th_encode_ycbcr_in
 	th_granule_time
 	th_info_clear
-	th_info_init
-	th_packet_isheader
-
+	th_info_init
+	th_packet_isheader


Property changes on: trunk/theora/win32/libtheora.def
___________________________________________________________________
Name: svn:eol-style
   + CRLF



More information about the commits mailing list