[mythtv-commits] Ticket #11631: libva API changes for 1.2.0

MythTV noreply at mythtv.org
Sun Jun 30 02:01:15 UTC 2013


#11631: libva API changes for 1.2.0
------------------------------------------+----------------------------
 Reporter:  fphillips81@…                 |          Owner:
     Type:  Bug Report - General          |         Status:  new
 Priority:  minor                         |      Milestone:  unknown
Component:  MythTV - Video/OSD Rendering  |        Version:  0.26-fixes
 Severity:  medium                        |     Resolution:
 Keywords:                                |  Ticket locked:  0
------------------------------------------+----------------------------

Comment (by Gary Buhrmaster <gary.buhrmaster@…>):

 Actually, that previous patch is wrong (it breaks with the older vaapi).
 Please use the following (changes the version check from 0,33,0 to
 0,34,0).

 {{{
 diff --git a/mythtv/libs/libmythtv/vaapicontext.h
 b/mythtv/libs/libmythtv/vaapicontext.h
 index d076d11..f85cd9e 100644
 --- a/mythtv/libs/libmythtv/vaapicontext.h
 +++ b/mythtv/libs/libmythtv/vaapicontext.h
 @@ -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"
 }}}

 As before, please report back success/failure.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11631#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list