Some fixes, still no video output
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user