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
0182fee8
Commit
0182fee8
authored
Jun 17, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
Originally committed as revision 9352 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9eeed841
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
configure
configure
+13
-13
No files found.
configure
View file @
0182fee8
...
...
@@ -1490,9 +1490,9 @@ if enabled altivec; then
add_cflags
"-maltivec -mabi=altivec"
fi
check_header altivec.h
check_header altivec.h
# check if our compiler supports Motorola AltiVec C API
# check if our compiler supports Motorola AltiVec C API
if
enabled altivec_h
;
then
inc_altivec_h
=
"#include <altivec.h>"
else
...
...
@@ -1510,9 +1510,9 @@ fi
# check armv5te instructions support
enabled armv5te
&&
check_cc
<<
EOF
|| disable armv5te
int main(void) {
int main(void) {
__asm__ __volatile__ ("qadd r0, r0, r0");
}
}
EOF
enabled armv6
&&
check_cc
<<
EOF
|| disable armv6
...
...
@@ -1523,9 +1523,9 @@ EOF
# check iwmmxt support
enabled iwmmxt
&&
check_cc
<<
EOF
|| disable iwmmxt
int main(void) {
int main(void) {
__asm__ __volatile__ ("wunpckelub wr6, wr4");
}
}
EOF
# check if our compiler supports mmi
...
...
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