forked from FFmpeg/FFmpeg
configure: fix arm osx build
Fixes Ticket3561 Solution suggested by jeremyhu Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ef818d8bf0
commit
0bf25c7b08
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue