Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
d839c471
Commit
d839c471
authored
Mar 15, 2017
by
Matthieu Bouron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: error out if jni is enabled and cannot be found
parent
f91bf71d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure
configure
+1
-1
No files found.
configure
View file @
d839c471
...
...
@@ -5751,7 +5751,7 @@ enabled frei0r && { check_header frei0r.h || die "ERROR: frei0r.h hea
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
"dlfcn.h"
dlopen
-ldl
;
}
check_lib
"dlfcn.h"
dlopen
-ldl
||
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