Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
x264
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
x264
Commits
8609ffa0
Commit
8609ffa0
authored
Mar 02, 2008
by
Loren Merritt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check for broken versions of yasm
parent
3d5beaee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure
configure
+5
-0
No files found.
configure
View file @
8609ffa0
...
...
@@ -316,6 +316,11 @@ then
fi
if
[
$ARCH
=
X86
-o
$ARCH
=
X86_64
]
;
then
if
[
$ARCH
=
X86
-a
$pic
=
yes
-a
x
$AS
=
xyasm
-a
\
"
`
yasm
--version
|
head
-n
1
`
"
"<"
"yasm 0.6.2"
]
;
then
echo
"yasm prior to 0.6.2 miscompiles PIC. trying nasm instead..."
AS
=
nasm
fi
if
as_check
;
then
CFLAGS
=
"
$CFLAGS
-DHAVE_MMX"
if
as_check
"pabsw xmm0, xmm0"
;
then
...
...
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