All other external libraries are added to extralibs instead of ldflags. --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure index 6e4259f..23a483e 100755 --- a/configure +++ b/configure @@ -2994,7 +2994,7 @@ check_func XFixesGetCursorImage -lX11 -lXext -lXfixes # check for VDA header if ! disabled vda && check_header VideoDecodeAcceleration/VDADecoder.h; then - enable vda && add_ldflags -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore + enable vda && add_extralibs -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore fi if ! disabled vdpau && enabled vdpau_vdpau_h; then -- 1.7.3.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
