Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / theora-old / lib / Version_script.in
blob9fa23986265b3a8590fd6ad078fa1054f1774900
2 # Export file for libtheora
4 # Only the symbols listed in the global section will be callable from
5 # applications linking to libtheora.
8 @PACKAGE@.so.1.0
10         global:
11                 theora_version_string;
12                 theora_version_number;
14                 theora_encode_init;
15                 theora_encode_YUVin;
16                 theora_encode_packetout;
17                 theora_encode_header;
18                 theora_encode_comment;
19                 theora_encode_tables;
21                 theora_decode_header;
22                 theora_decode_init;
23                 theora_decode_packetin;
24                 theora_decode_YUVout;
26                 theora_packet_isheader;
27                 theora_packet_iskeyframe;
29                 theora_granule_shift;
30                 theora_granule_frame;
31                 theora_granule_time;
33                 theora_info_init;
34                 theora_info_clear;
36                 theora_clear;
38                 theora_comment_init;
39                 theora_comment_add;
40                 theora_comment_add_tag;
41                 theora_comment_query;
42                 theora_comment_query_count;
43                 theora_comment_clear;
45         local:
46                 *;