Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
493a666a
Commit
493a666a
authored
Oct 08, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galaktos: -distribute fftsg.h
-get rid of bad merge remnant
parent
36eedf40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
modules/visualization/galaktos/Modules.am
modules/visualization/galaktos/Modules.am
+1
-1
modules/visualization/galaktos/fftsg.c
modules/visualization/galaktos/fftsg.c
+0
-3
No files found.
modules/visualization/galaktos/Modules.am
View file @
493a666a
...
@@ -11,7 +11,7 @@ SOURCES_galaktos = plugin.c plugin.h \
...
@@ -11,7 +11,7 @@ SOURCES_galaktos = plugin.c plugin.h \
eval.c eval.h \
eval.c eval.h \
init_cond.c init_cond.h init_cond_types.h \
init_cond.c init_cond.h init_cond_types.h \
PCM.c PCM.h \
PCM.c PCM.h \
fftsg.c \
fftsg.c
fftsg.h
\
per_frame_eqn.c per_frame_eqn.h per_frame_eqn_types.h \
per_frame_eqn.c per_frame_eqn.h per_frame_eqn_types.h \
splaytree.c splaytree.h splaytree_types.h \
splaytree.c splaytree.h splaytree_types.h \
custom_shape.c custom_shape.h custom_shape_types.h \
custom_shape.c custom_shape.h custom_shape_types.h \
...
...
modules/visualization/galaktos/fftsg.c
View file @
493a666a
...
@@ -805,11 +805,8 @@ void makect(int nc, int *ip, double *c)
...
@@ -805,11 +805,8 @@ void makect(int nc, int *ip, double *c)
#define CDFT_4THREADS_BEGIN_N 524288
#define CDFT_4THREADS_BEGIN_N 524288
#endif
#endif
#include <windows.h>
#include <windows.h>
<<<<<<<
.
working
#include <stdlib.h>
#include <stdlib.h>
=======
#include <stdio.h>
#include <stdio.h>
>>>>>>>
.
merge
-
right
.
r21326
#define cdft_thread_t HANDLE
#define cdft_thread_t HANDLE
#define cdft_thread_create(thp,func,argp) { \
#define cdft_thread_create(thp,func,argp) { \
DWORD thid; \
DWORD thid; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment