From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- contrib/vorbis/win32/vorbisfile.def | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 contrib/vorbis/win32/vorbisfile.def (limited to 'contrib/vorbis/win32/vorbisfile.def') diff --git a/contrib/vorbis/win32/vorbisfile.def b/contrib/vorbis/win32/vorbisfile.def new file mode 100644 index 0000000..4dc5549 --- /dev/null +++ b/contrib/vorbis/win32/vorbisfile.def @@ -0,0 +1,39 @@ +; vorbisfile.def +; +LIBRARY +EXPORTS +ov_clear +ov_open +ov_open_callbacks +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_seek_lap +ov_pcm_seek_lap +ov_pcm_seek_page_lap +ov_time_seek_lap +ov_time_seek_page_lap +ov_raw_tell +ov_pcm_tell +ov_time_tell +ov_info +ov_comment +ov_read +ov_read_float +ov_test +ov_test_callbacks +ov_test_open +ov_crosslap +ov_halfrate +ov_halfrate_p +ov_fopen -- cgit v1.1