mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 01:35:47 -04:00
dep: Add libsamplerate
This commit is contained in:
45
dep/libsamplerate/src/Version_script.in
Normal file
45
dep/libsamplerate/src/Version_script.in
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# Export file for libsamplerate
|
||||
#
|
||||
# Only the symbols listed in the global section will be callable from
|
||||
# applications linking to libsamplerate.
|
||||
#
|
||||
|
||||
@PACKAGE@.so.0.0
|
||||
{
|
||||
global:
|
||||
src_new ;
|
||||
src_delete ;
|
||||
src_get_name ;
|
||||
src_get_description ;
|
||||
src_get_version ;
|
||||
src_process ;
|
||||
src_reset ;
|
||||
src_error ;
|
||||
src_strerror ;
|
||||
src_simple ;
|
||||
src_is_valid_ratio ;
|
||||
src_set_ratio ;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
@PACKAGE@.so.0.1
|
||||
{
|
||||
global:
|
||||
src_callback_new ;
|
||||
src_callback_read ;
|
||||
|
||||
src_short_to_float_array ;
|
||||
src_float_to_short_array ;
|
||||
src_int_to_float_array ;
|
||||
src_float_to_int_array ;
|
||||
src_get_channels ;
|
||||
} @PACKAGE@.so.0.0;
|
||||
|
||||
@PACKAGE@.so.0.2
|
||||
{
|
||||
global:
|
||||
src_clone ;
|
||||
} @PACKAGE@.so.0.1;
|
Reference in New Issue
Block a user