]> git.pld-linux.org Git - packages/mythplugins.git/blame - mythmusic_fftw3.patch
- simplified incompatibile macro definition for fftw3 usage in mythmusic
[packages/mythplugins.git] / mythmusic_fftw3.patch
CommitLineData
6c6ca278 1--- mythplugins-o.22.orig/mythmusic/mythmusic/visualize.h 2009-04-12 13:38:46.000000000 +0200
2+++ mythplugins-0.22/mythmusic/mythmusic/visualize.h 2009-06-15 20:46:07.480534125 +0200
3@@ -28,13 +28,13 @@
4 #define myth_fftw_float double /* need to use different plan function to change */
5 #define fftw_real myth_fftw_float
6 #define myth_fftw_complex std::complex<myth_fftw_float>
7-#if (myth_fftw_float == double)
8+/*#if (myth_fftw_float == double)*/
9 #define myth_fftw_complex_cast fftw_complex
10-#elif (myth_fftw_float == float)
11+/*#elif (myth_fftw_float == float)
12 #define myth_fftw_complex_cast fftwf_complex
13 #elif (myth_fftw_float == long double)
14 #define myth_fftw_complex_cast fftwl_complex
15-#endif
16+#endif*/
17 #elif FFTW2_SUPPORT
18 #include <rfftw.h>
19 #include <fftw.h>
This page took 0.055603 seconds and 4 git commands to generate.