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
376247a1
Commit
376247a1
authored
May 12, 2017
by
Aman Gupta
Committed by
Matthieu Bouron
May 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: jni no longer requires -ldl
This dependency was removed in
33d69a90
.
parent
a6eb006a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
configure
configure
+1
-2
No files found.
configure
View file @
376247a1
...
...
@@ -5776,8 +5776,7 @@ enabled decklink && { { check_header DeckLinkAPI.h || die "ERROR: DeckL
enabled frei0r
&&
{
check_header frei0r.h
||
die
"ERROR: frei0r.h header not found"
;
}
enabled gmp
&&
require gmp gmp.h mpz_export
-lgmp
enabled gnutls
&&
require_pkg_config gnutls gnutls/gnutls.h gnutls_global_init
enabled jni
&&
{
[
$target_os
=
"android"
]
&&
check_header jni.h
&&
enabled pthreads
&&
check_lib jni
"dlfcn.h"
dlopen
-ldl
||
die
"ERROR: jni not found"
;
}
enabled jni
&&
{
[
$target_os
=
"android"
]
&&
check_header jni.h
&&
enabled pthreads
||
die
"ERROR: jni not found"
;
}
enabled ladspa
&&
{
check_header ladspa.h
||
die
"ERROR: ladspa.h header not found"
;
}
enabled libiec61883
&&
require libiec61883 libiec61883/iec61883.h iec61883_cmp_connect
-lraw1394
-lavc1394
-lrom1394
-liec61883
enabled libass
&&
require_pkg_config libass ass/ass.h ass_library_init
...
...
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