Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f625f16a
Commit
f625f16a
authored
Nov 27, 2011
by
Rafaël Carré
Browse files
contrib: ffmpeg: add some cflags for arm/neon
parent
a8fe060f
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/ffmpeg/rules.mak
View file @
f625f16a
...
...
@@ -43,7 +43,11 @@ endif
# ARM stuff
ifeq
($(ARCH),arm)
FFMPEGCONF
+=
--disable-runtime-cpudetect
FFMPEGCONF
+=
--disable-runtime-cpudetect
--arch
=
arm
ifdef
HAVE_NEON
FFMPEGCONF
+=
--cpu
=
cortex-a8
--enable-neon
FFMPEG_CFLAGS
+=
-mfloat-abi
=
softfp
-mfpu
=
neon
endif
endif
# Darwin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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