Skip to content
  • Thomas Guillem's avatar
    libiomx: Build the hwbuffer code if found · 7d491229
    Thomas Guillem authored and Martin Storsjö's avatar Martin Storsjö committed
    
    
    The new iomx_hwbuffer.c file currently only exists in the master
    branch in vlc.git, not in the 2.2 release branch.
    
    Linking the libiomx-*.so to libcutils/liblog/libui even though we
    don't use any functions from those (if iomx_hwbuffer.c isn't found)
    doesn't hurt, and some of them are necessary even if iomx_hwbuffer.c
    isn't built, since we still provide ANDROID_API to iomx.cpp (which
    causes the HAS_USE_BUFFER codepaths to be built).
    
    Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
    7d491229