Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
ePirat
vlc
Commits
03494089
Commit
03494089
authored
May 17, 2018
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audio_filter: simple: rename CAN_COMPILE_ARM define
Since it's used only for the neon case.
parent
d49b43b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/audio_filter/Makefile.am
modules/audio_filter/Makefile.am
+1
-1
modules/audio_filter/channel_mixer/simple.c
modules/audio_filter/channel_mixer/simple.c
+1
-1
No files found.
modules/audio_filter/Makefile.am
View file @
03494089
...
...
@@ -69,7 +69,7 @@ EXTRA_LTLIBRARIES += libsimple_channel_mixer_plugin_arm_neon.la
libsimple_channel_mixer_plugin_arm_neon_la_SOURCES
=
arm_neon/simple_channel_mixer.S
libsimple_channel_mixer_plugin_la_LIBADD
+=
libsimple_channel_mixer_plugin_arm_neon.la
libsimple_channel_mixer_plugin_la_CFLAGS
+=
-DCAN_COMPILE_
ARM
libsimple_channel_mixer_plugin_la_CFLAGS
+=
-DCAN_COMPILE_
NEON
endif
audio_filter_LTLIBRARIES
+=
\
...
...
modules/audio_filter/channel_mixer/simple.c
View file @
03494089
...
...
@@ -258,7 +258,7 @@ static void DoWork_6_1_to_5_x( filter_t * p_filter, block_t * p_in_buf, block_t
}
}
#if defined (CAN_COMPILE_
ARM
)
#if defined (CAN_COMPILE_
NEON
)
#include "simple_neon.h"
#define GET_WORK(in, out) GET_WORK_##in##_to_##out##_neon()
#else
...
...
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