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

MythTV noreply at mythtv.org
Sun Jun 30 01:37:34 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@…>):

 Try the following patch to see if it allows MythTV to compile:

 {{{
 diff --git a/mythtv/libs/libmythtv/vaapicontext.h
 b/mythtv/libs/libmythtv/vaapicontext.h
 index d076d11..76fd318 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,33,0)
 +#include "va/va_compat.h"
 +#endif
  #include "va/va_x11.h"
  #include "va/va_glx.h"
  #include "videocolourspace.h"
 }}}


 I have no method to test to see if vaapi works, so please report back.

 Note that FFmpeg has some dependencies on the API, so FFmpeg upstream may
 need to do so work too.

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


More information about the mythtv-commits mailing list