Skip to content
Snippets Groups Projects
Commit be1e8725 authored by Rafaël Carré's avatar Rafaël Carré Committed by Martin Storsjö
Browse files

configure: Store vda lib flags in extralibs instead of ldflags


This way the needed linking flags end up in libavcodec.pc.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent cc276c85
No related branches found
No related tags found
No related merge requests found
......@@ -3002,7 +3002,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
......
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