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
83808ee7
Commit
83808ee7
authored
Mar 04, 2015
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow AVFoundation compilation on OS X 10.7.
Fixes ticket #4238. Reviewed-by: Thilo Borgmann
parent
63c9b6e4
Hide 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 @
83808ee7
...
@@ -2493,7 +2493,7 @@ xwma_demuxer_select="riffdec"
...
@@ -2493,7 +2493,7 @@ xwma_demuxer_select="riffdec"
# indevs / outdevs
# indevs / outdevs
alsa_indev_deps
=
"alsa_asoundlib_h snd_pcm_htimestamp"
alsa_indev_deps
=
"alsa_asoundlib_h snd_pcm_htimestamp"
alsa_outdev_deps
=
"alsa_asoundlib_h"
alsa_outdev_deps
=
"alsa_asoundlib_h"
avfoundation_indev_extralibs
=
"-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia
-framework CoreGraphics
"
avfoundation_indev_extralibs
=
"-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia"
avfoundation_indev_select
=
"avfoundation"
avfoundation_indev_select
=
"avfoundation"
bktr_indev_deps_any
=
"dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
bktr_indev_deps_any
=
"dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
caca_outdev_deps
=
"libcaca"
caca_outdev_deps
=
"libcaca"
...
@@ -4881,6 +4881,8 @@ done
...
@@ -4881,6 +4881,8 @@ done
# these are off by default, so fail if requested and not available
# these are off by default, so fail if requested and not available
enabled avfoundation_indev
&&
{
check_header_oc AVFoundation/AVFoundation.h
||
disable avfoundation_indev
;
}
enabled avfoundation_indev
&&
{
check_header_oc AVFoundation/AVFoundation.h
||
disable avfoundation_indev
;
}
enabled avfoundation_indev
&&
{
check_lib2 CoreGraphics/CoreGraphics.h CGGetActiveDisplayList
-framework
CoreGraphics
||
check_lib2 ApplicationServices/ApplicationServices.h CGGetActiveDisplayList
-framework
ApplicationServices
;
}
enabled avisynth
&&
{
{
check_lib2
"windows.h"
LoadLibrary
;
}
||
enabled avisynth
&&
{
{
check_lib2
"windows.h"
LoadLibrary
;
}
||
{
check_lib2
"dlfcn.h"
dlopen
-ldl
;
}
||
{
check_lib2
"dlfcn.h"
dlopen
-ldl
;
}
||
die
"ERROR: LoadLibrary/dlopen not found for avisynth"
;
}
die
"ERROR: LoadLibrary/dlopen not found for avisynth"
;
}
...
...
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