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
910c62e1
Commit
910c62e1
authored
Jan 28, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling and formatting cosmetics
Originally committed as revision 7746 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e3c00e34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
configure
configure
+17
-17
No files found.
configure
View file @
910c62e1
...
@@ -1334,43 +1334,43 @@ if test $cpu != "generic"; then
...
@@ -1334,43 +1334,43 @@ if test $cpu != "generic"; then
601|ppc601|PowerPC601
)
601|ppc601|PowerPC601
)
add_cflags
"-mcpu=601"
add_cflags
"-mcpu=601"
if
enabled altivec
;
then
if
enabled altivec
;
then
echo
"WARNING: Tuning for PPC601 but AltiVec enabled
!
"
;
echo
"WARNING: Tuning for PPC601 but AltiVec enabled
.
"
;
fi
fi
;;
;;
603
*
|
ppc603
*
|
PowerPC603
*
)
603
*
|
ppc603
*
|
PowerPC603
*
)
add_cflags
"-mcpu=603"
add_cflags
"-mcpu=603"
if
enabled altivec
;
then
if
enabled altivec
;
then
echo
"WARNING: Tuning for PPC603 but AltiVec enabled
!
"
;
echo
"WARNING: Tuning for PPC603 but AltiVec enabled
.
"
;
fi
fi
;;
;;
604
*
|
ppc604
*
|
PowerPC604
*
)
604
*
|
ppc604
*
|
PowerPC604
*
)
add_cflags
"-mcpu=604"
add_cflags
"-mcpu=604"
if
enabled altivec
;
then
if
enabled altivec
;
then
echo
"WARNING: Tuning for PPC604 but AltiVec enabled
!
"
;
echo
"WARNING: Tuning for PPC604 but AltiVec enabled
.
"
;
fi
fi
;;
;;
G3|g3|75
*
|
ppc75
*
|
PowerPC75
*
)
G3|g3|75
*
|
ppc75
*
|
PowerPC75
*
)
add_cflags
"-mcpu=750 -mpowerpc-gfxopt"
add_cflags
"-mcpu=750 -mpowerpc-gfxopt"
if
enabled altivec
;
then
if
enabled altivec
;
then
echo
"WARNING: Tuning for PPC75x but AltiVec enabled
!
"
;
echo
"WARNING: Tuning for PPC75x but AltiVec enabled
.
"
;
fi
fi
;;
;;
G4|g4|745
*
|
ppc745
*
|
PowerPC745
*
)
G4|g4|745
*
|
ppc745
*
|
PowerPC745
*
)
add_cflags
"-mcpu=7450 -mpowerpc-gfxopt"
add_cflags
"-mcpu=7450 -mpowerpc-gfxopt"
if
disabled altivec
;
then
if
disabled altivec
;
then
echo
"WARNING: Tuning for PPC745x but AltiVec disabled
!
"
;
echo
"WARNING: Tuning for PPC745x but AltiVec disabled
.
"
;
fi
fi
;;
;;
74
*
|
ppc74
*
|
PowerPC74
*
)
74
*
|
ppc74
*
|
PowerPC74
*
)
add_cflags
"-mcpu=7400 -mpowerpc-gfxopt"
add_cflags
"-mcpu=7400 -mpowerpc-gfxopt"
if
disabled altivec
;
then
if
disabled altivec
;
then
echo
"WARNING: Tuning for PPC74xx but AltiVec disabled
!
"
;
echo
"WARNING: Tuning for PPC74xx but AltiVec disabled
.
"
;
fi
fi
;;
;;
G5|g5|970|ppc970|PowerPC970|power4
*
|
Power4
*
)
G5|g5|970|ppc970|PowerPC970|power4
*
|
Power4
*
)
add_cflags
"-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
add_cflags
"-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
if
disabled altivec
;
then
if
disabled altivec
;
then
echo
"WARNING: Tuning for PPC970 but AltiVec disabled
!
"
;
echo
"WARNING: Tuning for PPC970 but AltiVec disabled
.
"
;
fi
fi
POWERPCMODE
=
"64bits"
POWERPCMODE
=
"64bits"
;;
;;
...
...
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