Skip to content

Commit

Permalink
libva (VAAPI) has changed their API. Use the legacy API.
Browse files Browse the repository at this point in the history
Validated as working by Frank P.

Fixes #11631

Signed-off-by: Gary Buhrmaster <gary.buhrmaster@gmail.com>
Signed-off-by: Jean-Yves Avenard <jyavenard@mythtv.org>
  • Loading branch information
garybuhrmaster authored and jyavenard committed Jul 10, 2013
1 parent 68951ea commit 3b618cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/libs/libmythtv/vaapicontext.h
Expand Up @@ -4,6 +4,10 @@
extern "C" {
#include "libavcodec/vaapi.h"
}
#include "va/va_version.h"
#if VA_CHECK_VERSION(0,34,0)
#include "va/va_compat.h"
#endif
#include "va/va_x11.h"
#include "va/va_glx.h"
#include "videocolourspace.h"
Expand Down

0 comments on commit 3b618cd

Please sign in to comment.