Version_script 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Export file for libtheora
  3. #
  4. # Only the symbols listed in the global section will be callable from
  5. # applications linking to the libraries.
  6. #
  7. # We use something that looks like a versioned so filename here
  8. # to define the old API because of a historical confusion. This
  9. # label must be kept to maintain ABI compatibility.
  10. libtheora.so.1.0
  11. {
  12. global:
  13. theora_version_string;
  14. theora_version_number;
  15. theora_encode_init;
  16. theora_encode_YUVin;
  17. theora_encode_packetout;
  18. theora_encode_header;
  19. theora_encode_comment;
  20. theora_encode_tables;
  21. theora_decode_header;
  22. theora_decode_init;
  23. theora_decode_packetin;
  24. theora_decode_YUVout;
  25. theora_control;
  26. theora_packet_isheader;
  27. theora_packet_iskeyframe;
  28. theora_granule_shift;
  29. theora_granule_frame;
  30. theora_granule_time;
  31. theora_info_init;
  32. theora_info_clear;
  33. theora_clear;
  34. theora_comment_init;
  35. theora_comment_add;
  36. theora_comment_add_tag;
  37. theora_comment_query;
  38. theora_comment_query_count;
  39. theora_comment_clear;
  40. local:
  41. *;
  42. };