summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2014-10-25 17:02:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-25 22:09:06 +0200
commita6555f88aaf0730e64240136fb19d8effb3a0738 (patch)
tree302f29001c282660dad89e342134a5d3a9086919 /configure
parent13ee94a480e8812593d47954d960c7bb97bd87b1 (diff)
lavd/avfoundation: Add support for screen capturing.
Patch based on pull-request by Joseph Benden <joe@benden.us> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3e181aa4b1..3eb1aa08a1 100755
--- a/configure
+++ b/configure
@@ -2452,7 +2452,7 @@ xwma_demuxer_select="riffdec"
# indevs / outdevs
alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp"
alsa_outdev_deps="alsa_asoundlib_h"
-avfoundation_indev_extralibs="-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia"
+avfoundation_indev_extralibs="-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia -framework CoreGraphics"
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"
caca_outdev_deps="libcaca"