fft: GST_EXPORT -> GST_FFT_API
authorTim-Philipp Müller <tim@centricular.com>
Tue, 13 Mar 2018 10:43:20 +0000 (10:43 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 13 Mar 2018 12:10:29 +0000 (12:10 +0000)
commit882151502dcca875a902278ccc9b500c251dde1d
tree52b065dfa2916f224ed5b7ba5c6ea89b879caf91
parent371e3e460ac15081c4c5c32ffe8d8a2a6cc6e5f2
fft: GST_EXPORT -> GST_FFT_API

We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
gst-libs/gst/fft/Makefile.am
gst-libs/gst/fft/fft-prelude.h [new file with mode: 0644]
gst-libs/gst/fft/gstfft.h
gst-libs/gst/fft/gstfftf32.h
gst-libs/gst/fft/gstfftf64.h
gst-libs/gst/fft/gstffts16.h
gst-libs/gst/fft/gstffts32.h
gst-libs/gst/fft/meson.build