Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / src / Version_script.in
1 #
2 # Export file for libsamplerate
3 #
4 # Only the symbols listed in the global section will be callable from
5 # applications linking to libsamplerate.
6 #
7
8 @PACKAGE@.so.0.0
9 {
10 global:
11 src_new ;
12 src_delete ;
13 src_get_name ;
14 src_get_description ;
15 src_get_version ;
16 src_process ;
17 src_reset ;
18 src_error ;
19 src_strerror ;
20 src_simple ;
21 src_is_valid_ratio ;
22 src_set_ratio ;
23
24 local:
25 *;
26 };
27
28 @PACKAGE@.so.0.1
29 {
30 global:
31 src_callback_new ;
32 src_callback_read ;
33
34 src_short_to_float_array ;
35 src_float_to_short_array ;
36 src_int_to_float_array ;
37 src_float_to_int_array ;
38 src_get_channels ;
39 } @PACKAGE@.so.0.0;
This page took 0.021762 seconds and 4 git commands to generate.