win32: Add a module definitions file for gstfft
This commit is contained in:
parent
aade5515ac
commit
747bf12959
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…
x
Reference in New Issue
Block a user