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
af964baf
Commit
af964baf
authored
Jan 11, 2018
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Simplify detection of static x264 on systems without pkg-config.
Fixes a regression since
6dfcbd80
.
parent
7fcbebbe
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 @
af964baf
...
@@ -5939,7 +5939,7 @@ enabled libwebp && {
...
@@ -5939,7 +5939,7 @@ enabled libwebp && {
enabled libwebp_encoder
&&
require_pkg_config libwebp
"libwebp >= 0.2.0"
webp/encode.h WebPGetEncoderVersion
enabled libwebp_encoder
&&
require_pkg_config libwebp
"libwebp >= 0.2.0"
webp/encode.h WebPGetEncoderVersion
enabled libwebp_anim_encoder
&&
check_pkg_config libwebp_anim_encoder
"libwebpmux >= 0.4.0"
webp/mux.h WebPAnimEncoderOptionsInit
;
}
enabled libwebp_anim_encoder
&&
check_pkg_config libwebp_anim_encoder
"libwebpmux >= 0.4.0"
webp/mux.h WebPAnimEncoderOptionsInit
;
}
enabled libx264
&&
{
check_pkg_config libx264 x264
"stdint.h x264.h"
x264_encoder_encode
||
enabled libx264
&&
{
check_pkg_config libx264 x264
"stdint.h x264.h"
x264_encoder_encode
||
{
require libx264
"stdint.h x264.h"
x264_encoder_encode
-lx264
&&
{
require libx264
"stdint.h x264.h"
x264_encoder_encode
"-lx264
$pthreads_extralibs
$libm_extralibs
"
&&
warn
"using libx264 without pkg-config"
;
}
}
&&
warn
"using libx264 without pkg-config"
;
}
}
&&
require_cpp_condition x264.h
"X264_BUILD >= 118"
&&
require_cpp_condition x264.h
"X264_BUILD >= 118"
&&
{
check_cpp_condition x264.h
"X264_MPEG2"
&&
{
check_cpp_condition x264.h
"X264_MPEG2"
&&
...
...
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