summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-15 04:08:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-15 04:37:32 +0200
commit0bf25c7b08d45e8023e11ebaa61c3abea649bd31 (patch)
tree0a7de4e82de605dec751630c433e508b8f8e492a /configure
parentef818d8bf07b0d05fcede6394a6fdc624890f2d0 (diff)
configure: fix arm osx build
Fixes Ticket3561 Solution suggested by jeremyhu 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 c962d415e4..42990d2785 100755
--- a/configure
+++ b/configure
@@ -2366,7 +2366,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 AVFoundation -framework CoreMedia"
+avfoundation_indev_extralibs="-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia"
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"