diff options
Diffstat (limited to 'vorbis/win32/vorbisenc.def')
-rw-r--r-- | vorbis/win32/vorbisenc.def | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vorbis/win32/vorbisenc.def b/vorbis/win32/vorbisenc.def new file mode 100644 index 0000000..79af064 --- /dev/null +++ b/vorbis/win32/vorbisenc.def @@ -0,0 +1,12 @@ +; vorbisenc.def +; +LIBRARY + +EXPORTS +vorbis_encode_init +vorbis_encode_setup_managed +vorbis_encode_setup_vbr +vorbis_encode_init_vbr +vorbis_encode_setup_init +vorbis_encode_ctl + |