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
5d54c126
Commit
5d54c126
authored
Jan 18, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: fix cpu=generic case
Originally committed as revision 21300 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bffe82f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
configure
configure
+3
-7
No files found.
configure
View file @
5d54c126
...
...
@@ -1815,7 +1815,9 @@ is_in $arch $ARCH_LIST || echo "WARNING: unknown arch $arch"
enable
$arch
# Add processor-specific flags
if
enabled ppc
;
then
if
test
"
$cpu
"
=
generic
;
then
:
do
nothing
elif
enabled ppc
;
then
case
$cpu
in
601|ppc601|PowerPC601
)
...
...
@@ -1923,12 +1925,6 @@ elif enabled avr32; then
;;
esac
else
if
test
"
$cpu
"
!=
generic
;
then
echo
"WARNING: Unknown CPU
\"
$cpu
\"
, ignored."
fi
fi
add_cflags
$cpuflags
...
...
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