]> git.sesse.net Git - vlc/commitdiff
galaktos: -distribute fftsg.h
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 8 Oct 2007 17:26:51 +0000 (17:26 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 8 Oct 2007 17:26:51 +0000 (17:26 +0000)
  -get rid of bad merge remnant

modules/visualization/galaktos/Modules.am
modules/visualization/galaktos/fftsg.c

index ac337f3df013e23637d19c8da9572863483d208f..75ee49e1b044eaeadb6731caab427a293f8b44ec 100644 (file)
@@ -11,7 +11,7 @@ SOURCES_galaktos = plugin.c plugin.h \
                    eval.c eval.h \
                    init_cond.c init_cond.h init_cond_types.h \
                    PCM.c PCM.h \
-                   fftsg.c \
+                   fftsg.c fftsg.h \
                    per_frame_eqn.c per_frame_eqn.h per_frame_eqn_types.h \
                    splaytree.c splaytree.h splaytree_types.h \
                    custom_shape.c custom_shape.h custom_shape_types.h \
index 00d84fe38eba02e63806ec59d2cdfe9bdf54d4c0..7d6488f72d33db03df1b99522f68c951b239573c 100644 (file)
@@ -805,11 +805,8 @@ void makect(int nc, int *ip, double *c)
 #define CDFT_4THREADS_BEGIN_N 524288
 #endif
 #include <windows.h>
-<<<<<<< .working
 #include <stdlib.h>
-=======
 #include <stdio.h>
->>>>>>> .merge-right.r21326
 #define cdft_thread_t HANDLE
 #define cdft_thread_create(thp,func,argp) { \
     DWORD thid; \