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
c53bf8c9
Commit
c53bf8c9
authored
May 04, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: fix libopus detection
Prevents compilation failures on libopus < 1.0.3 Regression since
37941878
.
parent
14e09244
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
configure
configure
+8
-1
No files found.
configure
View file @
c53bf8c9
...
...
@@ -5806,7 +5806,14 @@ enabled libopenjpeg && { { check_lib libopenjpeg openjpeg-2.1/openjpeg.h o
{
check_lib libopenjpeg openjpeg.h opj_version
-lopenjpeg
-DOPJ_STATIC
&&
add_cppflags
-DOPJ_STATIC
;
}
||
die
"ERROR: libopenjpeg not found"
;
}
enabled libopenmpt
&&
require_pkg_config
"libopenmpt >= 0.2.6557"
libopenmpt/libopenmpt.h openmpt_module_create
enabled libopus
&&
require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
enabled libopus
&&
{
enabled libopus_decoder
&&
{
require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
}
enabled libopus_encoder
&&
{
require_pkg_config opus opus_multistream.h opus_multistream_surround_encoder_create
}
}
enabled libpulse
&&
require_pkg_config libpulse pulse/pulseaudio.h pa_context_new
enabled librtmp
&&
require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
enabled librubberband
&&
require_pkg_config
"rubberband >= 1.8.1"
rubberband/rubberband-c.h rubberband_new
...
...
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