From 0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 9 Feb 2014 22:10:30 -0300 Subject: GODOT IS OPEN SOURCE --- drivers/theora/theora.exp | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 drivers/theora/theora.exp (limited to 'drivers/theora/theora.exp') diff --git a/drivers/theora/theora.exp b/drivers/theora/theora.exp new file mode 100644 index 0000000000..b4e0225f1e --- /dev/null +++ b/drivers/theora/theora.exp @@ -0,0 +1,55 @@ +# export list for libtheora +_theora_version_string +_theora_version_number +_theora_encode_init +_theora_encode_YUVin +_theora_encode_packetout +_theora_encode_header +_theora_encode_comment +_theora_encode_tables +_theora_decode_header +_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 +_theora_clear +_theora_comment_init +_theora_comment_add +_theora_comment_add_tag +_theora_comment_query +_theora_comment_query_count +_theora_comment_clear +_th_version_string +_th_version_number +_th_decode_headerin +_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_packetout +_th_encode_ycbcr_in +_th_encode_free -- cgit v1.2.3