summaryrefslogtreecommitdiff
path: root/src/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/Android.mk')
-rw-r--r--src/Android.mk18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/Android.mk b/src/Android.mk
index dc4af02..9ecf638 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -8,11 +8,11 @@
# distribute, sub license, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
-#
+#
# The above copyright notice and this permission notice (including the
# next paragraph) shall be included in all copies or substantial portions
# of the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
@@ -52,6 +52,7 @@ LOCAL_SRC_FILES := \
psb_texstreaming.c \
psb_texture.c \
android/psb_output_android.c \
+ android/psb_HDMIExtMode.c \
android/psb_android_glue.cpp \
psb_surface.c \
psb_overlay.c \
@@ -70,22 +71,17 @@ LOCAL_SRC_FILES := \
pnw_hostheader.c \
pnw_hostjpeg.c \
pnw_jpeg.c \
- powervr_iep_lite/csc/csc2.c \
- powervr_iep_lite/csc/csc2_data.c \
- powervr_iep_lite/fixedpointmaths/fixedpointmaths.c \
- powervr_iep_lite/iep_lite/iep_lite_api.c \
- powervr_iep_lite/iep_lite/iep_lite_hardware.c \
- powervr_iep_lite/iep_lite/iep_lite_utils.c
+ pnw_rotate.c
LOCAL_CFLAGS := -DLINUX -DANDROID -g -Wall -Wno-unused
LOCAL_C_INCLUDES := \
+ $(TOPDIR)hardware/libhardware/include/hardware \
$(TOPDIR)hardware/intel/include \
$(TOPDIR)hardware/intel/include/eurasia/pvr2d \
$(TARGET_OUT_HEADERS)/libva \
- $(TOPDIR)hardware/intel/include/drm \
+ $(TOPDIR)hardware/intel/linux-2.6/include/drm \
$(TARGET_OUT_HEADERS)/libttm \
- $(TARGET_OUT_HEADERS)/libmemrar \
$(TARGET_OUT_HEADERS)/libwsbm \
$(TARGET_OUT_HEADERS)/libpsb_drm\
$(TARGET_OUT_HEADERS)/opengles \
@@ -99,7 +95,7 @@ LOCAL_C_INCLUDES := \
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE := pvr_drv_video
-LOCAL_SHARED_LIBRARIES := libdl libdrm libwsbm libmemrar libpvr2d libcutils \
+LOCAL_SHARED_LIBRARIES := libdl libdrm libwsbm libpvr2d libcutils \
libui libutils libbinder libsurfaceflinger_client
ifeq ($(strip $(PSBVIDEO_LOG_ENABLE)),true)