[FFmpeg-cvslog] r18312 - trunk/configure

Reimar Döffinger Reimar.Doeffinger
Tue Jun 1 21:13:22 CEST 2010


On Tue, Jun 01, 2010 at 01:18:13PM +0100, M?ns Rullg?rd wrote:
> > "-lva" is added to the list of flags that the _application_ must use
> > when linking with the library.
> 
> What list?

Can we just cut the discussion short? Other uses of check_lib are done that
way, so is there any reason not to do it as below, even if there is no other
reason for simple consistency?
Index: configure
===================================================================
--- configure   (revision 23256)
+++ configure   (working copy)
@@ -2584,7 +2584,7 @@
 done
 
 check_lib math.h sin -lm
-check_lib va/va.h vaInitialize -lva
+disabled vaapi || check_lib va/va.h vaInitialize -lva
 
 check_mathfunc exp2
 check_mathfunc exp2f



More information about the ffmpeg-cvslog mailing list