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
9dbd5c3d
Commit
9dbd5c3d
authored
Jan 18, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: indent
Originally committed as revision 21297 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
343aef9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
73 deletions
+73
-73
configure
configure
+73
-73
No files found.
configure
View file @
9dbd5c3d
...
...
@@ -1817,7 +1817,7 @@ enable $arch
# Add processor-specific flags
if
enabled ppc
;
then
case
$cpu
in
case
$cpu
in
601|ppc601|PowerPC601
)
cpuflags
=
"-mcpu=601"
;;
...
...
@@ -1843,11 +1843,11 @@ case $cpu in
cpuflags
=
"-mcpu=cell"
enable
ldbrx
;;
esac
esac
elif
enabled x86
;
then
case
$cpu
in
case
$cpu
in
i[345]86|pentium
)
cpuflags
=
"-march=
$cpu
"
disable mmx
...
...
@@ -1869,15 +1869,15 @@ case $cpu in
enable
cmov
disable fast_cmov
;;
esac
esac
elif
enabled sparc
;
then
case
$cpu
in
case
$cpu
in
sparc64
)
cpuflags
=
"-mcpu=v9"
;;
esac
esac
elif
enabled arm
;
then
...
...
@@ -1922,7 +1922,7 @@ esac
elif
enabled avr32
;
then
case
$cpu
in
case
$cpu
in
ap7[02]0[0-2]
)
subarch
=
"avr32_ap"
cpuflags
=
"-mpart=
$cpu
"
...
...
@@ -1939,7 +1939,7 @@ case $cpu in
subarch
=
"avr32_uc"
cpuflags
=
"-march=
$cpu
"
;;
esac
esac
else
...
...
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