You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
626B

  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. @PACKAGE@.so.0.0
  8. {
  9. global:
  10. src_new ;
  11. src_delete ;
  12. src_get_name ;
  13. src_get_description ;
  14. src_get_version ;
  15. src_process ;
  16. src_reset ;
  17. src_error ;
  18. src_strerror ;
  19. src_simple ;
  20. src_is_valid_ratio ;
  21. src_set_ratio ;
  22. local:
  23. *;
  24. };
  25. @PACKAGE@.so.0.1
  26. {
  27. global:
  28. src_callback_new ;
  29. src_callback_read ;
  30. src_short_to_float_array ;
  31. src_float_to_short_array ;
  32. src_int_to_float_array ;
  33. src_float_to_int_array ;
  34. src_get_channels ;
  35. } @PACKAGE@.so.0.0;