-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVersion_script
More file actions
47 lines (46 loc) · 783 Bytes
/
Version_script
File metadata and controls
47 lines (46 loc) · 783 Bytes
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
# Exports for libmad.so
libmad.so.0 {
global:
mad_bit_crc;
mad_bit_init;
mad_bit_length;
mad_bit_nextbyte;
mad_bit_read;
mad_bit_skip;
mad_f_abs;
mad_f_div;
mad_frame_decode;
mad_frame_finish;
mad_frame_init;
mad_frame_mute;
mad_header_decode;
mad_header_init;
mad_stream_buffer;
mad_stream_errorstr;
mad_stream_finish;
mad_stream_init;
mad_stream_skip;
mad_stream_sync;
mad_synth_frame;
mad_synth_init;
mad_synth_mute;
mad_timer_abs;
mad_timer_add;
mad_timer_compare;
mad_timer_count;
mad_timer_fraction;
mad_timer_multiply;
mad_timer_negate;
mad_timer_set;
mad_timer_string;
mad_timer_zero;
mad_author;
mad_build;
mad_copyright;
mad_version;
mad_decoder_finish;
mad_decoder_init;
mad_decoder_message;
mad_decoder_run;
local: *;
};