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
f11e4045
Commit
f11e4045
authored
11 years ago
by
Alex Smith
Committed by
Derek Buitenhuis
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
configure: More msvc/icl combining
Signed-off-by:
Derek Buitenhuis
<
derek.buitenhuis@gmail.com
>
parent
f963f701
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+7
-7
7 additions, 7 deletions
configure
with
7 additions
and
7 deletions
configure
+
7
−
7
View file @
f11e4045
...
...
@@ -3945,14 +3945,14 @@ elif enabled tms470; then
add_cflags
-pds
=
824
-pds
=
837
elif
enabled pathscale
;
then
add_cflags
-fstrict-overflow
-OPT
:wrap_around_unsafe_opt
=
OFF
elif
enabled msvc
;
then
elif
enabled
_any
msvc
icl
;
then
enabled x86_32
&&
disable aligned_stack
el
if
enabled icl
;
then
enabled x86_32
&&
disable aligned_stack
# basically -fstrict-aliasing for icl that doesn't work (correctly) on 13.x+
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
# icl will pass the inline asm tests but
inline
asm
is currently not supported (build will fail)
disable inline_asm
if
enabled icl
;
then
# basically -fstrict-aliasing for icl that doesn't work (correctly) on 13.x+
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
# icl will pass the inline asm tests but inline asm is currently not supported (build will fail)
disable
inline
_
asm
fi
fi
case
$target_os
in
...
...
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