[libav-devel] [PATCH] Put VDA flags in libavcodec.pc
Rafaël Carré
funman at videolan.org
Fri Nov 25 01:29:29 CET 2011
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 57630f2..a0dc6e0 100755
--- a/configure
+++ b/configure
@@ -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
--
1.7.7.1
More information about the libav-devel
mailing list