intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
663 stars 302 forks source link

Add Android.bp for libva 2.22 #835

Closed JeevakaPrabu closed 1 month ago

JeevakaPrabu commented 2 months ago

Changes include:

JeevakaPrabu commented 2 months ago

va_version.h is generated under meson and make, why change to pre-generated under android?

Tried to generate the va/va_version.h from Android.bp but met with some road blocks. So for the time being added the pre-generated va_version.h

XinfengZhang commented 2 months ago

I still hope we could generate va/va_version.h from android.bp, then the behavior will be aligned between linux/win/android. @rosetta-jpn any comments?

XinfengZhang commented 2 months ago

@xuguangxin