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
a6b0c0e1
Commit
a6b0c0e1
authored
May 03, 2014
by
Matt Oliver
Committed by
Michael Niedermayer
May 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable inline asm in intel compiler on windows.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8b132bb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
configure
configure
+5
-4
No files found.
configure
View file @
a6b0c0e1
...
...
@@ -4989,10 +4989,11 @@ elif enabled_any msvc icl; then
# (correctly) on icl 13.x.
check_cpp_condition
"windows.h"
"__ICL < 1300 || __ICL >= 1400"
&&
add_cflags
-Qansi-alias
# icl will pass the inline asm tests but inline asm is currently
# not supported (build will fail)
disabled inline_asm
||
warn
"inline asm disabled due to issues with it in ICL"
disable inline_asm
# Some inline asm is not compilable in debug
if
enabled debug
;
then
disable ebp_available
disable ebx_available
fi
fi
fi
...
...
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