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
e3c1219c
Commit
e3c1219c
authored
Jul 28, 2017
by
Clément Bœsch
Committed by
Clément Bœsch
Sep 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: add --disable-autodetect switch
parent
9ef5a2f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Changelog
Changelog
+1
-0
configure
configure
+6
-0
No files found.
Changelog
View file @
e3c1219c
...
...
@@ -40,6 +40,7 @@ version <next>:
They must always be used by name.
- FITS demuxer and decoder
- FITS muxer and encoder
- add --disable-autodetect build switch
version 3.3:
- CrystalHD decoder moved to new decode API
...
...
configure
View file @
e3c1219c
...
...
@@ -109,6 +109,7 @@ Configuration options:
--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
--disable-autodetect disable automatically detected external libraries [no]
Program options:
--disable-programs do not build command line programs
...
...
@@ -1685,6 +1686,7 @@ CONFIG_LIST="
$LIBRARY_LIST
$PROGRAM_LIST
$SUBSYSTEM_LIST
autodetect
fontconfig
memory_poisoning
neon_clobber_test
...
...
@@ -3589,6 +3591,10 @@ for e in $env; do
eval
"export
$e
"
done
if
disabled autodetect
;
then
disable_weak
$EXTERNAL_AUTODETECT_LIBRARY_LIST
disable_weak
$HWACCEL_AUTODETECT_LIBRARY_LIST
fi
# Mark specifically enabled, but normally autodetected libraries as requested.
for
lib
in
$AUTODETECT_LIBS
;
do
enabled
$lib
&&
request
$lib
...
...
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