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
0405bf40
Commit
0405bf40
authored
Feb 28, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil: Remove (broken) CPU detection on android
libavutil does what we do already
parent
ab870c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
modules/codec/avcodec/avcommon.h
modules/codec/avcodec/avcommon.h
+0
-4
No files found.
modules/codec/avcodec/avcommon.h
View file @
0405bf40
...
...
@@ -81,10 +81,6 @@ static inline void vlc_init_avutil(vlc_object_t *obj)
av_log_set_level
(
level
);
# if defined (__arm__) && defined (__ANDROID__)
if
(
!
vlc_CPU_ARM_NEON
())
av_set_cpu_flags
(
AV_CPU_FLAG_NEON
);
# endif
msg_Dbg
(
obj
,
"CPU flags: 0x%08x"
,
av_get_cpu_flags
());
}
#endif
...
...
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