summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-02-25 05:07:04 +0530
committerTim-Philipp Müller <tim@centricular.com>2016-03-10 09:51:56 +0000
commit747bf129592de4efe12b53c303295aaeea9189ac (patch)
tree88b544dbbed3f6f565376c40ea1feb5a741e2e36
parentaade5515acdcd86270b8040360eb3e456b29ce94 (diff)
downloadgstreamer-plugins-base-747bf129592de4efe12b53c303295aaeea9189ac.tar.gz
win32: Add a module definitions file for gstfft
-rw-r--r--win32/common/libgstfft.def22
1 files changed, 22 insertions, 0 deletions
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