Updated libpng

This commit is contained in:
pelya
2011-01-31 11:27:10 +00:00
parent 61d1008480
commit 42a9fad465
35 changed files with 6170 additions and 7952 deletions

View File

@@ -3,30 +3,26 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
common_SRC_FILES := \
png.c \
pngerror.c \
pnggccrd.c \
pngget.c \
pngmem.c \
pngpread.c \
pngread.c \
pngrio.c \
pngrtran.c \
pngrutil.c \
pngset.c \
pngtrans.c \
pngvcrd.c \
pngwio.c \
pngwrite.c \
pngwtran.c \
pngwutil.c
png.c \
pngerror.c \
pngget.c \
pngmem.c \
pngpread.c \
pngread.c \
pngrio.c \
pngrtran.c \
pngrutil.c \
pngset.c \
pngtest.c \
pngtrans.c \
pngwio.c \
pngwrite.c \
pngwtran.c \
pngwutil.c \
common_CFLAGS := -O3
common_C_INCLUDES += $(LOCAL_PATH)/include
# For the host
# =====================================================
common_C_INCLUDES += $(LOCAL_PATH)/include $(LOCAL_PATH)
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)