]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- simplified incompatibile macro definition for fftw3 usage in mythmusic
authorw.kier <w.kier@pld-linux.org>
Mon, 15 Jun 2009 19:03:07 +0000 (19:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  visualisations

Changed files:
    mythmusic_fftw3.patch -> 1.1

mythmusic_fftw3.patch [new file with mode: 0644]

diff --git a/mythmusic_fftw3.patch b/mythmusic_fftw3.patch
new file mode 100644 (file)
index 0000000..0097316
--- /dev/null
@@ -0,0 +1,19 @@
+--- mythplugins-o.22.orig/mythmusic/mythmusic/visualize.h      2009-04-12 13:38:46.000000000 +0200
++++ mythplugins-0.22/mythmusic/mythmusic/visualize.h   2009-06-15 20:46:07.480534125 +0200
+@@ -28,13 +28,13 @@
+ #define myth_fftw_float double /* need to use different plan function to change */
+ #define fftw_real myth_fftw_float
+ #define myth_fftw_complex std::complex<myth_fftw_float>
+-#if (myth_fftw_float == double)
++/*#if (myth_fftw_float == double)*/
+ #define myth_fftw_complex_cast fftw_complex
+-#elif (myth_fftw_float == float)
++/*#elif (myth_fftw_float == float)
+ #define myth_fftw_complex_cast fftwf_complex
+ #elif (myth_fftw_float == long double)
+ #define myth_fftw_complex_cast fftwl_complex
+-#endif
++#endif*/
+ #elif FFTW2_SUPPORT
+ #include <rfftw.h>
+ #include <fftw.h>
This page took 0.074396 seconds and 4 git commands to generate.