configure: Store vda lib flags in extralibs instead of ldflags
This way the needed linking flags end up in libavcodec.pc. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
cc276c85d1
commit
be1e872582
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user