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
42d5b59b
Commit
42d5b59b
authored
Dec 02, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early
Fixes #4517.
parent
8440835d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure
configure
+2
-2
No files found.
configure
View file @
42d5b59b
...
...
@@ -6065,11 +6065,11 @@ enabled chromaprint && require chromaprint chromaprint.h chromaprint_get_v
enabled decklink
&&
{
require_headers DeckLinkAPI.h
&&
{
test_cpp_condition DeckLinkAPIVersion.h
"BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a090500"
||
die
"ERROR: Decklink API version must be >= 10.9.5."
;
}
}
enabled libndi_newtek
&&
require_headers Processing.NDI.Lib.h
enabled frei0r
&&
require_headers
frei0r.h
enabled frei0r
&&
require_headers
"frei0r.h dlfcn.h"
enabled gmp
&&
require gmp gmp.h mpz_export
-lgmp
enabled gnutls
&&
require_pkg_config gnutls gnutls gnutls/gnutls.h gnutls_global_init
enabled jni
&&
{
[
$target_os
=
"android"
]
&&
check_headers jni.h
&&
enabled pthreads
||
die
"ERROR: jni not found"
;
}
enabled ladspa
&&
require_headers
ladspa.h
enabled ladspa
&&
require_headers
"ladspa.h dlfcn.h"
enabled libaom
&&
require_pkg_config libaom
"aom >= 1.0.0"
aom/aom_codec.h aom_codec_version
enabled lv2
&&
require_pkg_config lv2 lilv-0
"lilv/lilv.h"
lilv_world_new
enabled libiec61883
&&
require libiec61883 libiec61883/iec61883.h iec61883_cmp_connect
-lraw1394
-lavc1394
-lrom1394
-liec61883
...
...
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