Mercurial > hg > sv-dependency-builds
view src/libsamplerate-0.1.8/src/Version_script.in @ 47:d93140aac40b
Current Capnp libs and headers from git
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 18:15:38 +0100 |
parents | c7265573341e |
children |
line wrap: on
line source
# # 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_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 ; 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 ; local: *; };