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
6436225a
Commit
6436225a
authored
Apr 18, 2018
by
Simon Morlat
Browse files
Workaround ffmpeg build issue on armv7/linux
parent
c0c5fbae
Changes
1
Hide whitespace changes
Inline
Side-by-side
builders/ffmpeg.cmake
View file @
6436225a
...
...
@@ -149,7 +149,8 @@ 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_configure_options
(
"--cpu=cortex-a8"
"--enable-fft"
)
lcb_extra_cflags
(
"-mfpu=neon"
)
lcb_extra_cxxflags
(
"-mfpu=neon"
)
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