diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2011-03-30 09:29:34 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2011-03-30 16:15:29 +0200 |
commit | da3716021b707d284454bd294ad9254188dd7caa (patch) | |
tree | 84801339b6f0668d673c4c07f14d13331677794c /configure | |
parent | dd950e2ebb08cadf8f5a5c42d6506a89abc06996 (diff) | |
download | ffmpeg-da3716021b707d284454bd294ad9254188dd7caa.tar.gz |
vaapi: allow build against older VA-API 0.31.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2948,8 +2948,7 @@ check_func XFixesGetCursorImage -lX11 -lXext -lXfixes if ! disabled vaapi; then check_lib va/va.h vaInitialize -lva && { check_cpp_condition va/va_version.h "VA_CHECK_VERSION(0,32,0)" || - { echolog "Please upgrade to VA-API >= 0.32 if you would like VA-API support." && - disable vaapi; } + warn "Please upgrade to VA-API >= 0.32 if you would like full VA-API support."; } || disable vaapi fi |