[Libva] [PATCH v2 0/4] Miscellaneous fixes for Android build

Haitao Huang haitao.huang at intel.com
Tue Aug 21 11:26:24 PDT 2012


These four patches fixes build issues for Anroid up to ICS version
[v2] changes:
1)fixed a typo in the last commit comments and remove GEN specific wording for this
should also work on other hw as Gwenole pointed out.
2)Removed dri_commmon.h from exporting list in patch #2


Haitao Huang (4):
  Android.mk: Conditionally build va-egl implementation
  libva: fix for Android ICS
  Android.mk export JPEG decoder header
  va_android: use common drm driver detection

 test/Android.mk            |    2 +-
 test/android_winsys.cpp    |   19 +-----
 test/decode/Android.mk     |    6 +-
 test/encode/Android.mk     |   24 +-------
 test/putsurface/Android.mk |    2 +-
 test/vainfo/Android.mk     |    5 +-
 test/vainfo/vainfo.c       |    1 +
 va/Android.mk              |   24 ++++---
 va/android/drmtest.c       |  139 ------------------------------------------
 va/android/drmtest.h       |   40 ------------
 va/android/va_android.cpp  |  145 +++++++-------------------------------------
 va/sysdeps.h               |    3 +
 12 files changed, 52 insertions(+), 358 deletions(-)
 delete mode 100644 va/android/drmtest.c
 delete mode 100644 va/android/drmtest.h

-- 
1.7.5.4



More information about the Libva mailing list