gstreamer/gst-libs/gst/fft
Nirbheek Chauhan 5c4f4ac1bd Add support for Meson as alternative/parallel build system
https://github.com/mesonbuild/meson

With contributions from:

Tim-Philipp Müller <tim@centricular.com>
Jussi Pakkanen <jpakkane@gmail.com> (original port)

Highlights of the features provided are:
* Faster builds on Linux (~40-50% faster)
* The ability to build with MSVC on Windows
* Generate Visual Studio project files
* Generate XCode project files
* Much faster builds on Windows (on-par with Linux)
* Seriously fast configure and building on embedded

... and many more. For more details see:

http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html

Building with Meson should work on both Linux and Windows, but may
need a few more tweaks on other operating systems.
2016-08-20 11:09:51 +01:00
..
_kiss_fft_guts_f32.h gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ... 2009-01-16 11:44:04 +00:00
_kiss_fft_guts_f64.h gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ... 2009-01-16 11:44:04 +00:00
_kiss_fft_guts_s16.h gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ... 2009-01-16 11:44:04 +00:00
_kiss_fft_guts_s32.h gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ... 2009-01-16 11:44:04 +00:00
fft.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 17:13:10 +00:00
gstfft.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
gstfft.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 17:13:10 +00:00
gstfftf32.c gi: Skip fft constructor for now 2015-06-16 14:36:44 -04:00
gstfftf32.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstfftf64.c gi: Skip fft constructor for now 2015-06-16 14:36:44 -04:00
gstfftf64.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstffts16.c gi: Skip fft constructor for now 2015-06-16 14:36:44 -04:00
gstffts16.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstffts32.c gi: Skip fft constructor for now 2015-06-16 14:36:44 -04:00
gstffts32.h Fix FSF address 2012-11-03 23:05:09 +00:00
kiss_fft_f32.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fft_f32.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_f64.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fft_f64.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_s16.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fft_s16.h gstfft: Use stdint.h instead of _stdint.h 2016-08-19 12:12:31 +01:00
kiss_fft_s32.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fft_s32.h gstfft: Use stdint.h instead of _stdint.h 2016-08-19 12:12:31 +01:00
kiss_fftr_f32.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fftr_f32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_f64.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fftr_f64.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s16.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fftr_s16.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s32.c fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
kiss_fftr_s32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_version Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
Makefile.am g-i: pass compiler env to g-ir-scanner 2016-05-24 00:44:21 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00