mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
win32: Add a module definitions file for gstfft
This commit is contained in:
parent
aade5515ac
commit
747bf12959
1 changed files with 22 additions and 0 deletions
22
win32/common/libgstfft.def
Normal file
22
win32/common/libgstfft.def
Normal file
|
@ -0,0 +1,22 @@
|
|||
EXPORTS
|
||||
gst_fft_f32_fft
|
||||
gst_fft_f32_free
|
||||
gst_fft_f32_inverse_fft
|
||||
gst_fft_f32_new
|
||||
gst_fft_f32_window
|
||||
gst_fft_f64_fft
|
||||
gst_fft_f64_free
|
||||
gst_fft_f64_inverse_fft
|
||||
gst_fft_f64_new
|
||||
gst_fft_f64_window
|
||||
gst_fft_next_fast_length
|
||||
gst_fft_s16_fft
|
||||
gst_fft_s16_free
|
||||
gst_fft_s16_inverse_fft
|
||||
gst_fft_s16_new
|
||||
gst_fft_s16_window
|
||||
gst_fft_s32_fft
|
||||
gst_fft_s32_free
|
||||
gst_fft_s32_inverse_fft
|
||||
gst_fft_s32_new
|
||||
gst_fft_s32_window
|
Loading…
Reference in a new issue