Loading media/libstagefright/colorconversion/Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ LOCAL_SRC_FILES:= \ SoftwareRenderer.cpp LOCAL_C_INCLUDES := \ $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \ $(TOP)/hardware/msm7k LOCAL_SHARED_LIBRARIES := \ libbinder \ Loading media/libstagefright/colorconversion/SoftwareRenderer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ #include <ui/android_native_buffer.h> #include <ui/GraphicBufferMapper.h> // XXX: Temporary hack to allow referencing the _ADRENO pixel format here. #include <libgralloc-qsd8k/gralloc_priv.h> namespace android { SoftwareRenderer::SoftwareRenderer( Loading Loading
media/libstagefright/colorconversion/Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ LOCAL_SRC_FILES:= \ SoftwareRenderer.cpp LOCAL_C_INCLUDES := \ $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \ $(TOP)/hardware/msm7k LOCAL_SHARED_LIBRARIES := \ libbinder \ Loading
media/libstagefright/colorconversion/SoftwareRenderer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ #include <ui/android_native_buffer.h> #include <ui/GraphicBufferMapper.h> // XXX: Temporary hack to allow referencing the _ADRENO pixel format here. #include <libgralloc-qsd8k/gralloc_priv.h> namespace android { SoftwareRenderer::SoftwareRenderer( Loading