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
0db2ce77
Commit
0db2ce77
authored
Jun 17, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix report at end of configure
Originally committed as revision 9357 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
efb77577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
43 deletions
+43
-43
configure
configure
+43
-43
No files found.
configure
View file @
0db2ce77
...
@@ -1785,64 +1785,64 @@ echo "ARCH $arch ($cpu)"
...
@@ -1785,64 +1785,64 @@ echo "ARCH $arch ($cpu)"
if
test
"
$BUILDSUF
"
!=
""
;
then
if
test
"
$BUILDSUF
"
!=
""
;
then
echo
"build suffix
$BUILDSUF
"
echo
"build suffix
$BUILDSUF
"
fi
fi
echo
"big-endian
$
bigendian
"
echo
"big-endian
$
{
bigendian
-no
}
"
if
test
$arch
=
"x86_32"
-o
$arch
=
"x86_64"
;
then
if
test
$arch
=
"x86_32"
-o
$arch
=
"x86_64"
;
then
echo
"MMX enabled
$
mmx
"
echo
"MMX enabled
$
{
mmx
-no
}
"
echo
"CMOV enabled
$
cmov
"
echo
"CMOV enabled
$
{
cmov
-no
}
"
echo
"CMOV is fast
$
fast_cmov
"
echo
"CMOV is fast
$
{
fast_cmov
-no
}
"
fi
fi
if
test
$arch
=
"armv4l"
;
then
if
test
$arch
=
"armv4l"
;
then
echo
"ARMv5TE enabled
$
armv5te
"
echo
"ARMv5TE enabled
$
{
armv5te
-no
}
"
echo
"ARMv6 enabled
$
armv6
"
echo
"ARMv6 enabled
$
{
armv6
-no
}
"
echo
"IWMMXT enabled
$
iwmmxt
"
echo
"IWMMXT enabled
$
{
iwmmxt
-no
}
"
fi
fi
if
test
$arch
=
"mips"
;
then
if
test
$arch
=
"mips"
;
then
echo
"MMI enabled
$
mmi
"
echo
"MMI enabled
$
{
mmi
-no
}
"
fi
fi
if
test
$arch
=
"powerpc"
;
then
if
test
$arch
=
"powerpc"
;
then
echo
"AltiVec enabled
$
altivec
"
echo
"AltiVec enabled
$
{
altivec
-no
}
"
echo
"dcbzl available
$
dcbzl
"
echo
"dcbzl available
$
{
dcbzl
-no
}
"
fi
fi
echo
"gprof enabled
$
gprof
"
echo
"gprof enabled
$
{
gprof
-no
}
"
echo
"debug symbols
$
debug
"
echo
"debug symbols
$
{
debug
-no
}
"
echo
"strip symbols
$
dostrip
"
echo
"strip symbols
$
{
dostrip
-no
}
"
echo
"optimize
$
optimize
"
echo
"optimize
$
{
optimize
-no
}
"
echo
"static
$
static
"
echo
"static
$
{
static
-no
}
"
echo
"shared
$
shared
"
echo
"shared
$
{
shared
-no
}
"
echo
"postprocessing support
$
pp
"
echo
"postprocessing support
$
{
pp
-no
}
"
echo
"software scaler enabled
$
swscaler
"
echo
"software scaler enabled
$
{
swscaler
-no
}
"
echo
"video hooking
$
vhook
"
echo
"video hooking
$
{
vhook
-no
}
"
if
enabled vhook
;
then
if
enabled vhook
;
then
echo
"Imlib2 support
$
imlib2
"
echo
"Imlib2 support
$
{
imlib2
-no
}
"
echo
"FreeType support
$
freetype2
"
echo
"FreeType support
$
{
freetype2
-no
}
"
fi
fi
echo
"network support
$
network
"
echo
"network support
$
{
network
-no
}
"
if
enabled network
;
then
if
enabled network
;
then
echo
"IPv6 support
$
ipv6
"
echo
"IPv6 support
$
{
ipv6
-no
}
"
fi
fi
echo
"threading support
$
thread_type
"
echo
"threading support
$
{
thread_type
-no
}
"
echo
"SDL support
$
sdl
"
echo
"SDL support
$
{
sdl
-no
}
"
if
enabled sdl_too_old
;
then
if
enabled sdl_too_old
;
then
echo
"-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
echo
"-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
fi
fi
echo
"Sun medialib support
$
mlib
"
echo
"Sun medialib support
$
{
mlib
-no
}
"
echo
"AVISynth enabled
$
avisynth
"
echo
"AVISynth enabled
$
{
avisynth
-no
}
"
echo
"liba52 support
$
liba52
"
echo
"liba52 support
$
{
liba52
-no
}
"
echo
"liba52 dlopened
$
liba52bin
"
echo
"liba52 dlopened
$
{
liba52bin
-no
}
"
echo
"libamr-nb support
$
libamr_nb
"
echo
"libamr-nb support
$
{
libamr_nb
-no
}
"
echo
"libamr-wb support
$
libamr_wb
"
echo
"libamr-wb support
$
{
libamr_wb
-no
}
"
echo
"libfaac enabled
$
libfaac
"
echo
"libfaac enabled
$
{
libfaac
-no
}
"
echo
"libfaad enabled
$
libfaad
"
echo
"libfaad enabled
$
{
libfaad
-no
}
"
echo
"faadbin enabled
$
libfaadbin
"
echo
"faadbin enabled
$
{
libfaadbin
-no
}
"
echo
"libgsm enabled
$
libgsm
"
echo
"libgsm enabled
$
{
libgsm
-no
}
"
echo
"libmp3lame enabled
$
libmp3lame
"
echo
"libmp3lame enabled
$
{
libmp3lame
-no
}
"
echo
"libnut enabled
$
libnut
"
echo
"libnut enabled
$
{
libnut
-no
}
"
echo
"libogg enabled
$
libogg
"
echo
"libogg enabled
$
{
libogg
-no
}
"
echo
"libtheora enabled
$
libtheora
"
echo
"libtheora enabled
$
{
libtheora
-no
}
"
echo
"libvorbis enabled
$
libvorbis
"
echo
"libvorbis enabled
$
{
libvorbis
-no
}
"
echo
"x264 enabled
$
libx264
"
echo
"x264 enabled
$
{
libx264
-no
}
"
echo
"XviD enabled
$
libxvid
"
echo
"XviD enabled
$
{
libxvid
-no
}
"
echo
"zlib enabled
$
zlib
"
echo
"zlib enabled
$
{
zlib
-no
}
"
if
disabled gpl
;
then
if
disabled gpl
;
then
echo
"License: LGPL"
echo
"License: LGPL"
else
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