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
be0f005d
Commit
be0f005d
authored
Jan 08, 2016
by
Ricardo Constantino
Committed by
James Almer
Jan 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Use libgcrypt-config's cflags
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
5c8467a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure
configure
+4
-1
No files found.
configure
View file @
be0f005d
...
...
@@ -5578,8 +5578,11 @@ fi
if
enabled gcrypt
;
then
GCRYPT_CONFIG
=
"
${
cross_prefix
}
libgcrypt-config"
if
"
${
GCRYPT_CONFIG
}
"
--version
>
/dev/null 2>&1
;
then
gcrypt_cflags
=
$(
"
${
GCRYPT_CONFIG
}
"
--cflags
)
gcrypt_libs
=
$(
"
${
GCRYPT_CONFIG
}
"
--libs
)
require2 gcrypt gcrypt.h gcry_mpi_new
$gcrypt_libs
check_func_headers gcrypt.h gcry_mpi_new
$gcrypt_cflags
$gcrypt_libs
||
die
"ERROR: gcrypt not found"
add_cflags
$gcrypt_cflags
&&
add_extralibs
$gcrypt_libs
else
require2 gcrypt gcrypt.h gcry_mpi_new
-lgcrypt
fi
...
...
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