Skip to content
Snippets Groups Projects
Commit 1077d8c8 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

configure: Add -framework CoreVideo when building the avfoundation indev


This fixes builds with --disable-vda, which previously failed with
undefined references to CVImageBuffer* and CVPixelBuffer* functions.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent bf12a81c
No related branches found
No related tags found
No related merge requests found
......@@ -4568,7 +4568,7 @@ check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete
check_header AVFoundation/AVFoundation.h &&
check_objcflags -fobjc-arc &&
add_extralibs -framework Foundation -framework AVFoundation -framework CoreMedia || \
add_extralibs -framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia ||
disable AVFoundation_AVFoundation_h
check_header sys/videoio.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment