Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Linshizhi
ffmpeg.wasm-core
Commits
afb5ed55
Commit
afb5ed55
authored
Sep 04, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add --disable-inline-asm command line option
This can come in handy for testing and possibly other purposes.
parent
88a35699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
configure
configure
+3
-1
No files found.
configure
View file @
afb5ed55
...
...
@@ -259,6 +259,7 @@ Optimization options (experts only):
--disable-mmi disable MMI optimizations
--disable-neon disable NEON optimizations
--disable-vis disable VIS optimizations
--disable-inline-asm disable use of inline assembler
--disable-yasm disable use of yasm assembler
Developer options (useful when working on Libav itself):
...
...
@@ -1275,6 +1276,7 @@ CMDLINE_SELECT="
cross_compile
debug
extra_warnings
inline_asm
logging
optimizations
symver
...
...
@@ -2926,7 +2928,7 @@ EOF
sym
=
$(
$nm
$nm_opts
$TMPO
|
awk
'/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }'
)
extern_prefix
=
${
sym
%%ff_extern*
}
check_cc
<<
EOF
&& enable inline_asm
check_cc
<<
EOF
&& enable
_weak
inline_asm
void foo(void) { __asm__ volatile ("" ::); }
EOF
...
...
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