]> git.pld-linux.org Git - packages/mythplugins.git/blob - mythmusic_fftw3.patch
- fix shebangs and files, rel 11
[packages/mythplugins.git] / mythmusic_fftw3.patch
1 diff -urN mythplugins-0.22rc1.orig/mythmusic/mythmusic/visualize.h mythplugins-0.22rc1/mythmusic/mythmusic/visualize.h
2 --- mythplugins-0.22rc1.orig/mythmusic/mythmusic/visualize.h    2009-08-08 02:36:08.000000000 +0200
3 +++ mythplugins-0.22rc1/mythmusic/mythmusic/visualize.h 2009-10-20 20:47:08.000000000 +0200
4 @@ -28,11 +28,11 @@
5  #define myth_fftw_float double /* need to use different plan function to change */
6  #define fftw_real myth_fftw_float
7  #define myth_fftw_complex std::complex<myth_fftw_float>
8 -#if (myth_fftw_float == double)
9 +/*#if (myth_fftw_float == double)*/
10  #define myth_fftw_complex_cast fftw_complex
11 -#elif (myth_fftw_float == float)
12 +/*#elif (myth_fftw_float == float)
13  #define myth_fftw_complex_cast fftwf_complex
14 -#endif
15 +#endif*/
16  #elif  FFTW2_SUPPORT
17  #include <rfftw.h>
18  #include <fftw.h>
This page took 0.030867 seconds and 3 git commands to generate.