diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-08 23:34:02 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-08 23:34:02 +1000 |
| commit | f277bd5d0c6fdb9e2c125a2a6cc32675f87056cf (patch) | |
| tree | 21defcd272b279c4dba45c5195a398f728639f79 /lib/tremor/Version_script.in | |
| parent | 1b6811663caf07717ce15f3d3bbb1195397a1a33 (diff) | |
| download | tangara-fw-f277bd5d0c6fdb9e2c125a2a6cc32675f87056cf.tar.gz | |
Add tremor, add new ogg rules to make tremor deps happy
Diffstat (limited to 'lib/tremor/Version_script.in')
| -rw-r--r-- | lib/tremor/Version_script.in | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/tremor/Version_script.in b/lib/tremor/Version_script.in new file mode 100644 index 00000000..cf05203c --- /dev/null +++ b/lib/tremor/Version_script.in @@ -0,0 +1,62 @@ +# +# Export file for libvorbisidec +# +# Only the symbols listed in the global section will be callable from +# applications linking to libvorbisidec. +# + +@PACKAGE@.so.1 +{ + global: + ov_clear; + ov_open; + ov_open_callbacks; + ov_test; + ov_test_callbacks; + ov_test_open; + ov_bitrate; + ov_bitrate_instant; + ov_streams; + ov_seekable; + ov_serialnumber; + ov_raw_total; + ov_pcm_total; + ov_time_total; + ov_raw_seek; + ov_pcm_seek; + ov_pcm_seek_page; + ov_time_seek; + ov_time_seek_page; + ov_raw_tell; + ov_pcm_tell; + ov_time_tell; + ov_info; + ov_comment; + ov_read; + + vorbis_info_init; + vorbis_info_clear; + vorbis_info_blocksize; + vorbis_comment_init; + vorbis_comment_add; + vorbis_comment_add_tag; + vorbis_comment_query; + vorbis_comment_query_count; + vorbis_comment_clear; + vorbis_block_init; + vorbis_block_clear; + vorbis_dsp_clear; + vorbis_synthesis_idheader; + vorbis_synthesis_headerin; + vorbis_synthesis_init; + vorbis_synthesis_restart; + vorbis_synthesis; + vorbis_synthesis_trackonly; + vorbis_synthesis_blockin; + vorbis_synthesis_pcmout; + vorbis_synthesis_read; + vorbis_packet_blocksize; + + local: + *; +}; |
