3dphotoshoot

diff android/Makefile @ 14:06dc8b9b4f89

added libimago, libjpeg and libpng
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Jun 2015 17:25:49 +0300
parents 8cfe061ddd5f
children dccbd7d65517
line diff
     1.1 --- a/android/Makefile	Sun Jun 07 02:29:10 2015 +0300
     1.2 +++ b/android/Makefile	Sun Jun 07 17:25:49 2015 +0300
     1.3 @@ -29,7 +29,7 @@
     1.4  CXXFLAGS = -Wall -g $(defs) -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 \
     1.5  		 $(android_inc) -I$(root)/src/android -I$(root)/src/gles $(incpaths)
     1.6  CFLAGS = -std=c99 $(CXXFLAGS)
     1.7 -LDFLAGS = -Wl,--fix-cortex-a8 -Wl,-z,defs $(android_libs) $(libpaths) -lm
     1.8 +LDFLAGS = -Wl,--fix-cortex-a8 -Wl,-z,defs $(android_libs) $(libpaths) $(libs)
     1.9  
    1.10  .PHONY: debug
    1.11  debug: $(apk-debug)