From 747bf129592de4efe12b53c303295aaeea9189ac Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 25 Feb 2016 05:07:04 +0530 Subject: win32: Add a module definitions file for gstfft --- win32/common/libgstfft.def | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 win32/common/libgstfft.def diff --git a/win32/common/libgstfft.def b/win32/common/libgstfft.def new file mode 100644 index 000000000..129308832 --- /dev/null +++ b/win32/common/libgstfft.def @@ -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 -- cgit v1.2.1