Some fixes, still no video output

This commit is contained in:
pelya
2009-11-24 16:28:02 +02:00
parent 6962202361
commit 425f67d787
7 changed files with 204 additions and 100 deletions

View File

@@ -4,7 +4,11 @@ include $(CLEAR_VARS)
LOCAL_MODULE := sdl
LOCAL_CFLAGS := -I$(LOCAL_PATH)/include
ifndef SDL_JAVA_PACKAGE_PATH
$(error Please define SDL_JAVA_PACKAGE_PATH to the path of your Java package with dots replaced with underscores, for example "com_example_SanAngeles")
endif
LOCAL_CFLAGS := -I$(LOCAL_PATH)/include -DSDL_JAVA_PACKAGE_PATH=$(SDL_JAVA_PACKAGE_PATH)
SDL_SRCS := \
src/*.c \