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
576c9003
Commit
576c9003
authored
Oct 25, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Improve output wording
Also drop a redundant output line.
parent
a3483f79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
configure
configure
+4
-5
No files found.
configure
View file @
576c9003
...
...
@@ -79,7 +79,7 @@ Help options:
Standard options:
--logfile=FILE log tests and output to FILE [config.log]
--disable-logging do not log configure debug information
--prefix=PREFIX install in PREFIX [
$prefix
]
--prefix=PREFIX install in PREFIX [
$prefix
_default
]
--bindir=DIR install binaries in DIR [PREFIX/bin]
--datadir=DIR install data files in DIR [PREFIX/share/avconv]
--docdir=DIR install documentation in DIR [PREFIX/share/doc/libav]
...
...
@@ -87,7 +87,7 @@ Standard options:
--shlibdir=DIR install shared libs in DIR [PREFIX/lib]
--incdir=DIR install includes in DIR [PREFIX/include]
--mandir=DIR install man page in DIR [PREFIX/share/man]
--enable-rpath use rpath when linking programs
[USE WITH CARE]
--enable-rpath use rpath when linking programs
(USE WITH CARE)
Licensing options:
--enable-gpl allow use of GPL code, the resulting libs
...
...
@@ -100,7 +100,7 @@ Configuration options:
--disable-static do not build static libraries [no]
--enable-shared build shared libraries [no]
--enable-small optimize for size instead of speed
--enable-runtime-cpudetect detect
cpu
capabilities at runtime (bigger binary)
--enable-runtime-cpudetect detect
CPU
capabilities at runtime (bigger binary)
--enable-gray enable full grayscale support (slower color)
--disable-swscale-alpha disable alpha channel support in swscale
--disable-all disable building components, libraries and programs
...
...
@@ -5174,7 +5174,6 @@ echo "optimize for size ${small-no}"
echo
"optimizations
${
optimizations
-no
}
"
echo
"static
${
static
-no
}
"
echo
"shared
${
shared
-no
}
"
echo
"new filter support
${
avfilter
-no
}
"
echo
"network support
${
network
-no
}
"
echo
"threading support
${
thread_type
-no
}
"
echo
"safe bitstream reader
${
safe_bitstream_reader
-no
}
"
...
...
@@ -5214,7 +5213,7 @@ fi
echo
"License:
$license
"
echo
"Creating config
.mak and config.h
..."
echo
"Creating config
uration files
..."
fi
# test "$quiet" != "yes"
...
...
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