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
c9075d2c
Commit
c9075d2c
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: treat iconv like other autodetected libraries
parent
55fdfc88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
configure
configure
+3
-1
No files found.
configure
View file @
c9075d2c
...
@@ -3605,6 +3605,8 @@ enable_weak cuda cuvid nvenc vda_framework videotoolbox videotoolbox_encoder
...
@@ -3605,6 +3605,8 @@ enable_weak cuda cuvid nvenc vda_framework videotoolbox videotoolbox_encoder
# Enable compression/decompression libraries by default
# Enable compression/decompression libraries by default
enable_weak zlib bzlib lzma
enable_weak zlib bzlib lzma
enable_weak iconv
disabled logging
&&
logfile
=
/dev/null
disabled logging
&&
logfile
=
/dev/null
die_license_disabled
()
{
die_license_disabled
()
{
...
@@ -6203,7 +6205,7 @@ int main(void) { return 0; }
...
@@ -6203,7 +6205,7 @@ int main(void) { return 0; }
EOF
EOF
# Funny iconv installations are not unusual, so check it after all flags have been set
# Funny iconv installations are not unusual, so check it after all flags have been set
disabled iconv
||
check_func_headers iconv.h iconv
||
check_lib iconv iconv.h iconv
-liconv
enabled iconv
&&
check_func_headers iconv.h iconv
||
check_lib iconv iconv.h iconv
-liconv
enabled debug
&&
add_cflags
-g
"
$debuglevel
"
&&
add_asflags
-g
"
$debuglevel
"
enabled debug
&&
add_cflags
-g
"
$debuglevel
"
&&
add_asflags
-g
"
$debuglevel
"
...
...
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