gstreamer/gst-libs/gst/fft
Tim-Philipp Müller b61b83376a introspection: set PKG_CONFIG_PATH so that our in-tree libs come first when calling scanner
When calling gobject-introspection scanner, make sure our own
freshly-built libs within the source tree (well, build dir) come
first in the PKG_CONFIG_PATH. May or may not help to make sure
that it doesn't pick up older external plugins-base libs (or
.gir files) from outside the source tree / build directory as
dependencies of the introspected lib instead of using the
stuff we just built in a sibling directory.

https://bugzilla.gnome.org/show_bug.cgi?id=623698
2010-08-14 19:11:48 +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
gstfft.c docs: fix hyperlink and move fft attribution to the right place 2009-04-15 00:19:19 +01:00
gstfft.h fft: Mark one function as const and add notes that the structs should be private in 0.11 2009-09-11 07:22:15 +02:00
gstfftf32.c Reduce the number of allocations for creating FFT contexts 2009-01-22 12:54:35 +01:00
gstfftf32.h fft: Mark one function as const and add notes that the structs should be private in 0.11 2009-09-11 07:22:15 +02:00
gstfftf64.c Reduce the number of allocations for creating FFT contexts 2009-01-22 12:54:35 +01:00
gstfftf64.h fft: Mark one function as const and add notes that the structs should be private in 0.11 2009-09-11 07:22:15 +02:00
gstffts16.c Reduce the number of allocations for creating FFT contexts 2009-01-22 12:54:35 +01:00
gstffts16.h fft: Mark one function as const and add notes that the structs should be private in 0.11 2009-09-11 07:22:15 +02:00
gstffts32.c Reduce the number of allocations for creating FFT contexts 2009-01-22 12:54:35 +01:00
gstffts32.h fft: Mark one function as const and add notes that the structs should be private in 0.11 2009-09-11 07:22:15 +02:00
kiss_fft_f32.c fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_f32.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_f64.c fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_f64.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_s16.c fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_s16.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_s32.c fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fft_s32.h fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02:00
kiss_fftr_f32.c fft: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02: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: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02: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: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02: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: Merge kissfft 1.2.8 2010-05-24 11:27:36 +02: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 introspection: set PKG_CONFIG_PATH so that our in-tree libs come first when calling scanner 2010-08-14 19:11:48 +01:00