Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
c0c5fbae
Commit
c0c5fbae
authored
Apr 18, 2018
by
Simon Morlat
Browse files
Enable neon instructions on linux/armv7 for ffmpeg builder.
parent
cf2ffba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
builders/ffmpeg.cmake
View file @
c0c5fbae
...
...
@@ -148,6 +148,11 @@ else()
else
()
set
(
FFMPEG_TARGET_OS
"linux"
)
lcb_configure_options
(
"--enable-runtime-cpudetect"
)
if
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"armv7"
)
lcb_configure_options
(
"--cpu=cortex-a8"
)
lcb_extra_cflags
(
"-mfpu=neon"
)
lcb_extra_cxxflags
(
"-mfpu=neon"
)
endif
()
endif
()
lcb_configure_options
(
"--cc=$CC"
)
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