[xiph-commits] r16028 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Sun May 24 12:21:43 PDT 2009


Author: giles
Date: 2009-05-24 12:21:42 -0700 (Sun, 24 May 2009)
New Revision: 16028

Modified:
   branches/theora-thusnelda/lib/theora.exp
Log:
Add newer calls to the Mach export list for libtheora, and reorder them
to match the GNU ld version scripts.


Modified: branches/theora-thusnelda/lib/theora.exp
===================================================================
--- branches/theora-thusnelda/lib/theora.exp	2009-05-24 17:08:37 UTC (rev 16027)
+++ branches/theora-thusnelda/lib/theora.exp	2009-05-24 19:21:42 UTC (rev 16028)
@@ -11,6 +11,11 @@
 _theora_decode_init
 _theora_decode_packetin
 _theora_decode_YUVout
+_theora_control
+_theora_packet_isheader
+_theora_packet_iskeyframe
+_theora_granule_shift
+_theora_granule_frame
 _theora_granule_time
 _theora_info_init
 _theora_info_clear
@@ -21,16 +26,30 @@
 _theora_comment_query
 _theora_comment_query_count
 _theora_comment_clear
-_theora_packet_isheader
+_th_version_string
+_th_version_number
+_th_decode_headering
+_th_decode_alloc
+_th_setup_free
+_th_decode_ctl
+_th_decode_packetin
+_th_decode_ycbcr_out
+_th_decode_free
+_th_packet_isheader
+_th_packet_iskeyframe
+_th_granule_frame
+_th_granule_time
+_th_info_init
+_th_info_clear
 _th_comment_init
+_th_comment_add
+_th_comment_add_tag
+_th_comment_query
+_th_comment_query_count
 _th_comment_clear
 _th_encode_alloc
 _th_encode_ctl
 _th_encode_flushheader
-_th_encode_free
 _th_encode_packetout
 _th_encode_ycbcr_in
-_th_granule_time
-_th_info_clear
-_th_info_init
-_th_packet_isheader
+_th_encode_free



More information about the commits mailing list