mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
fix a build error when X11 environment is available but not libva
Change-Id: I3d89ad75c7134ba0da277bdaf8b079e638e0ccb7 Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
This commit is contained in:

committed by
Guillaume Roguez

parent
3677c2a6d9
commit
af5fd26359
@ -453,7 +453,7 @@ AS_IF([test "${SYS}" = linux && test -z "${HAVE_ANDROID_FALSE}"], [
|
||||
AC_DEFINE([HAVE_VAAPI_ACCEL_X11], [1], [Vaapi via X11 found])
|
||||
])
|
||||
AC_CHECK_HEADERS([libavcodec/vaapi.h], [vaapi_available="yes"])
|
||||
])
|
||||
], [vaapi_available=no])
|
||||
])
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user