summaryrefslogtreecommitdiff
path: root/Version_script.in
blob: 7f22f2fa8787a35da26bea453cb0feadc0195acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# Export file for libvorbisidec
#
# Only the symbols listed in the global section will be callable from
# applications linking to libvorbisidec.
#

@PACKAGE@.so.1
{
	global:
		ov_clear;
		ov_open;
		ov_open_callbacks;
		ov_test;
		ov_test_callbacks;
		ov_test_open;
		ov_bitrate;
		ov_bitrate_instant;
		ov_streams;
		ov_seekable;
		ov_serialnumber;
		ov_raw_total;
		ov_pcm_total;
		ov_time_total;
		ov_raw_seek;
		ov_pcm_seek;
		ov_pcm_seek_page;
		ov_time_seek;
		ov_time_seek_page;
		ov_raw_tell;
		ov_pcm_tell;
		ov_time_tell;
		ov_info;
		ov_comment;
		ov_read;

		vorbis_info_init;
		vorbis_info_clear;
		vorbis_info_blocksize;
		vorbis_comment_init;
		vorbis_comment_add;
		vorbis_comment_add_tag;
		vorbis_comment_query;
		vorbis_comment_query_count;
		vorbis_comment_clear;
		vorbis_block_init;
		vorbis_block_clear;
		vorbis_dsp_clear;
		vorbis_synthesis_idheader;
		vorbis_synthesis_headerin;
		vorbis_synthesis_init;
		vorbis_synthesis_restart;
		vorbis_synthesis;
		vorbis_synthesis_trackonly;
		vorbis_synthesis_blockin;
		vorbis_synthesis_pcmout;
		vorbis_synthesis_read;
		vorbis_packet_blocksize;

	local:
		*;
};