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
496d0178
Commit
496d0178
authored
Sep 06, 2017
by
Clément Bœsch
Committed by
Clément Bœsch
Sep 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: add --disable-coreimage autodetect switch
parent
97d80135
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
configure
configure
+7
-4
No files found.
configure
View file @
496d0178
...
...
@@ -205,6 +205,7 @@ External library support:
--disable-avfoundation disable Apple AVFoundation framework [autodetect]
--enable-avisynth enable reading of AviSynth script files [no]
--disable-bzlib disable bzlib [autodetect]
--disable-coreimage disable Apple CoreImage framework [autodetect]
--enable-chromaprint enable audio fingerprinting with chromaprint [no]
--enable-frei0r enable frei0r video filtering [no]
--enable-gcrypt enable gcrypt, needed for rtmp(t)e support
...
...
@@ -1502,6 +1503,7 @@ EXTERNAL_AUTODETECT_LIBRARY_LIST="
alsa
avfoundation
bzlib
coreimage
iconv
jack
libxcb
...
...
@@ -3136,6 +3138,10 @@ blackframe_filter_deps="gpl"
boxblur_filter_deps
=
"gpl"
bs2b_filter_deps
=
"libbs2b"
colormatrix_filter_deps
=
"gpl"
coreimage_filter_deps
=
"coreimage"
coreimage_filter_extralibs
=
"-framework OpenGL -framework AppKit"
coreimagesrc_filter_deps
=
"coreimage"
coreimagesrc_filter_extralibs
=
"-framework OpenGL -framework AppKit"
cover_rect_filter_deps
=
"avcodec avformat gpl"
cropdetect_filter_deps
=
"gpl"
deinterlace_qsv_filter_deps
=
"libmfx"
...
...
@@ -5602,8 +5608,6 @@ frei0r_filter_extralibs='$ldl'
frei0r_src_filter_extralibs
=
'$ldl'
ladspa_filter_extralibs
=
'$ldl'
nvenc_extralibs
=
'$ldl'
coreimage_filter_extralibs
=
"-framework CoreImage -framework AppKit -framework OpenGL"
coreimagesrc_filter_extralibs
=
"-framework CoreImage -framework AppKit -framework OpenGL"
if
!
disabled network
;
then
check_func getaddrinfo
$network_extralibs
...
...
@@ -5761,6 +5765,7 @@ check_lib psapi "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
check_lib coreservices
"CoreServices/CoreServices.h"
UTGetOSTypeFromString
"-framework CoreServices"
enabled avfoundation
&&
check_apple_framework AVFoundation
enabled coreimage
&&
check_apple_framework CoreImage
enabled avfoundation
&&
{
check_lib avfoundation CoreGraphics/CoreGraphics.h CGGetActiveDisplayList
"-framework CoreGraphics"
||
...
...
@@ -5855,8 +5860,6 @@ enabled cuda_sdk && require cuda_sdk cuda.h cuCtxCreate -lcuda
enabled cuvid
&&
{
enabled cuda
||
die
"ERROR: CUVID requires CUDA"
;
}
enabled chromaprint
&&
require chromaprint chromaprint.h chromaprint_get_version
-lchromaprint
enabled coreimage_filter
&&
{
check_header_objcc CoreImage/CoreImage.h
||
disable coreimage_filter
;
}
enabled coreimagesrc_filter
&&
{
check_header_objcc CoreImage/CoreImage.h
||
disable coreimagesrc_filter
;
}
enabled decklink
&&
{
{
check_header DeckLinkAPI.h
||
die
"ERROR: DeckLinkAPI.h header not found"
;
}
&&
{
check_cpp_condition DeckLinkAPIVersion.h
"BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a060100"
||
die
"ERROR: Decklink API version must be >= 10.6.1."
;
}
}
enabled libndi_newtek
&&
{
check_header Processing.NDI.Lib.h
||
die
"ERROR: Processing.NDI.Lib.h header not found"
;
}
...
...
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