diff build-scripts/acc.sh @ 4701:d40bb3165d2b

Added (partially implemented) android video backend and associated files needed to build
author Paul Hunkin <paul@bieh.net>
date Thu, 10 Jun 2010 18:54:23 +1200
parents 925008931501
children
line wrap: on
line diff
--- a/build-scripts/acc.sh	Sun May 23 15:18:16 2010 +1200
+++ b/build-scripts/acc.sh	Thu Jun 10 18:54:23 2010 +1200
@@ -7,9 +7,9 @@
 CC="arm-eabi-gcc"
 
 #cflags
-ACC_C="	-I$ANDROID_NDK/build/platforms/android-4/common/include \
-		-I$ANDROID_NDK/build/platforms/android-4/arch-arm/usr/include \
-		-DANDROID -c"
+ACC_C="	-I$ANDROID_NDK/build/platforms/android-8/common/include \
+		-I$ANDROID_NDK/build/platforms/android-8/arch-arm/usr/include \
+		-DANDROID -DANDROID_NDK -c"
 		
 		
 $CC $CFLAGS $ACC_C $@