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
6063bce7
Commit
6063bce7
authored
May 26, 2002
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bsd fixes
Originally committed as revision 606 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6a3d7e36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure
configure
+3
-3
No files found.
configure
View file @
6063bce7
...
...
@@ -70,7 +70,7 @@ extralibs="-lsocket"
fi
;;
BSD/OS
)
v4l
=
"no"
audio_oss
=
"
no
"
audio_oss
=
"
yes
"
extralibs
=
"-lpoll -lgnugetopt -lm"
make
=
"gmake"
;;
...
...
@@ -188,7 +188,7 @@ EOF
$cc
-o
$TMPO
$TMPC
2> /dev/null
||
_memalign
=
no
fi
if
test
"
$1
"
=
"-h"
-o
"
$1
"
=
"--help"
;
then
if
test
x
"
$1
"
=
x
"-h"
-o
x
"
$1
"
=
x
"--help"
;
then
cat
<<
EOF
Usage: configure [options]
...
...
@@ -215,7 +215,7 @@ echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
echo
" --cpu=CPU force cpu to CPU [
$cpu
]"
echo
" --disable-mmx disable mmx usage"
echo
" --disable-audio-oss disable OSS audio support [default=no]"
echo
" --disable-v4l video4linux grabbing [default=no]"
echo
" --disable-v4l
disable
video4linux grabbing [default=no]"
echo
" --disable-network disable network support [default=no]"
echo
" --disable-simple_idct disable simple IDCT routines [default=no]"
echo
" --enable-gprof enable profiling with gprof [
$gprof
]"
...
...
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