Version_script.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #
  2. # Export file for libvorbisidec
  3. #
  4. # Only the symbols listed in the global section will be callable from
  5. # applications linking to libvorbisidec.
  6. #
  7. @PACKAGE@.so.1
  8. {
  9. global:
  10. ov_clear;
  11. ov_open;
  12. ov_open_callbacks;
  13. ov_test;
  14. ov_test_callbacks;
  15. ov_test_open;
  16. ov_bitrate;
  17. ov_bitrate_instant;
  18. ov_streams;
  19. ov_seekable;
  20. ov_serialnumber;
  21. ov_raw_total;
  22. ov_pcm_total;
  23. ov_time_total;
  24. ov_raw_seek;
  25. ov_pcm_seek;
  26. ov_pcm_seek_page;
  27. ov_time_seek;
  28. ov_time_seek_page;
  29. ov_raw_tell;
  30. ov_pcm_tell;
  31. ov_time_tell;
  32. ov_info;
  33. ov_comment;
  34. ov_read;
  35. vorbis_info_init;
  36. vorbis_info_clear;
  37. vorbis_info_blocksize;
  38. vorbis_comment_init;
  39. vorbis_comment_add;
  40. vorbis_comment_add_tag;
  41. vorbis_comment_query;
  42. vorbis_comment_query_count;
  43. vorbis_comment_clear;
  44. vorbis_block_init;
  45. vorbis_block_clear;
  46. vorbis_dsp_clear;
  47. vorbis_synthesis_idheader;
  48. vorbis_synthesis_headerin;
  49. vorbis_synthesis_init;
  50. vorbis_synthesis_restart;
  51. vorbis_synthesis;
  52. vorbis_synthesis_blockin;
  53. vorbis_synthesis_pcmout;
  54. vorbis_synthesis_read;
  55. vorbis_packet_blocksize;
  56. local:
  57. *;
  58. };