Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a6b0c0e1
Commit
a6b0c0e1
authored
10 years ago
by
Matt Oliver
Committed by
Michael Niedermayer
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable inline asm in intel compiler on windows.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8b132bb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+5
-4
5 additions, 4 deletions
configure
with
5 additions
and
4 deletions
configure
+
5
−
4
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment