Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
e41e8342
Commit
e41e8342
authored
Oct 01, 2002
by
Fabrice Bellard
Browse files
suppressed unrelated logs
Originally committed as revision 987 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4c2bc159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
configure
configure
+6
-0
No files found.
configure
View file @
e41e8342
...
...
@@ -395,9 +395,15 @@ echo "C compiler $cc"
echo
"make
$make
"
echo
"CPU
$cpu
"
echo
"Big Endian
$bigendian
"
if
test
$cpu
=
"x86"
;
then
echo
"MMX enabled
$mmx
"
fi
if
test
$cpu
=
"mips"
;
then
echo
"MMI enabled
$mmi
"
fi
if
test
$cpu
=
"powerpc"
;
then
echo
"AltiVec enabled
$altivec
"
fi
echo
"gprof enabled
$gprof
"
echo
"zlib enabled
$zlib
"
echo
"mp3lame enabled
$mp3lame
"
...
...
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