[xiph-commits] r16489 - trunk/theora/win32
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Thu Aug 20 15:34:41 PDT 2009
Author: cristianadam
Date: 2009-08-20 15:34:41 -0700 (Thu, 20 Aug 2009)
New Revision: 16489
Modified:
trunk/theora/win32/libtheora.def
Log:
Added missing exports (dump_video encoder_example projects compile now)
Modified: trunk/theora/win32/libtheora.def
===================================================================
--- trunk/theora/win32/libtheora.def 2009-08-19 22:06:20 UTC (rev 16488)
+++ trunk/theora/win32/libtheora.def 2009-08-20 22:34:41 UTC (rev 16489)
@@ -42,3 +42,10 @@
th_info_clear
th_info_init
th_packet_isheader
+
+ th_decode_free
+ th_decode_packetin
+ th_decode_headerin
+ th_decode_alloc
+ th_decode_ctl
+ th_setup_free
\ No newline at end of file
More information about the commits
mailing list