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
e70e2a7a
Commit
e70e2a7a
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: group z libs with other autodetected libraries
parent
4e6638ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
configure
configure
+6
-3
No files found.
configure
View file @
e70e2a7a
...
...
@@ -3602,6 +3602,9 @@ enable_weak xlib
enable_weak cuda cuvid nvenc vda_framework videotoolbox videotoolbox_encoder
# Enable compression/decompression libraries by default
enable_weak zlib bzlib lzma
disabled logging
&&
logfile
=
/dev/null
die_license_disabled
()
{
...
...
@@ -5800,9 +5803,9 @@ fi
enabled pthreads
&&
check_builtin sem_timedwait semaphore.h
"sem_t *s; sem_init(s,0,0); sem_timedwait(s,0); sem_destroy(s)"
disabled zlib
||
check_lib zlib zlib.h zlibVersion
-lz
disabled bzlib
||
check_lib bzlib bzlib.h BZ2_bzlibVersion
-lbz2
disabled lzma
||
check_lib lzma lzma.h lzma_version_number
-llzma
enabled zlib
&&
check_lib zlib zlib.h zlibVersion
-lz
enabled bzlib
&&
check_lib bzlib bzlib.h BZ2_bzlibVersion
-lbz2
enabled lzma
&&
check_lib lzma lzma.h lzma_version_number
-llzma
check_lib libm math.h sin
-lm
&&
LIBM
=
"-lm"
disabled crystalhd
||
check_lib crystalhd
"stdint.h libcrystalhd/libcrystalhd_if.h"
DtsCrystalHDVersion
-lcrystalhd
...
...
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