[FFmpeg-cvslog] vaapi: disable if check_lib failed.
Gwenole Beauchesne
git at videolan.org
Tue Mar 29 10:52:15 CEST 2011
ffmpeg | branch: master | Gwenole Beauchesne <gbeauchesne at splitted-desktop.com> | Tue Mar 29 09:12:03 2011 +0200| [f99abb15a1f666b66a83ec31b13bfe01e3dd3845] | committer: Gwenole Beauchesne
vaapi: disable if check_lib failed.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f99abb15a1f666b66a83ec31b13bfe01e3dd3845
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 98421ca..7fa3ee8 100755
--- a/configure
+++ b/configure
@@ -2855,7 +2855,7 @@ done
check_lib math.h sin -lm
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
-disabled vaapi || check_lib va/va.h vaInitialize -lva
+disabled vaapi || check_lib va/va.h vaInitialize -lva || disable vaapi
check_mathfunc exp2
check_mathfunc exp2f
More information about the ffmpeg-cvslog
mailing list