ferelinx.blogg.se

App4over critical ops hack
App4over critical ops hack









app4over critical ops hack

+(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +All Rights Reserved except as specified below. + +This software is copyright (C) 1991-1998, Thomas G. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +- + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. +++ -0,0 +1,38 software is based in part on the work of the Independent JPEG Group. +++ -0,0 +1,37 $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_ARM_MODE := arm + +LOCAL_SRC_FILES := \ + jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \ + jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \ + jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \ + jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \ + jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \ + jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \ + jfdctint.c jidctflt.c jidctred.c jquant1.c \ + jquant2.c jutils.c jmemmgr.c \ + jmem-android.c + +# the assembler is only for the ARM version, don't break the Linux sim +ifneq ($(TARGET_ARCH),arm) +ANDROID_JPEG_NO_ASSEMBLER := true +endif + +# temp fix until we understand why this broke cnn.com +#ANDROID_JPEG_NO_ASSEMBLER := true + +ifeq ($(strip $(ANDROID_JPEG_NO_ASSEMBLER)),true) +LOCAL_SRC_FILES += jidctint.c jidctfst.c +else +LOCAL_SRC_FILES += jidctint.c jidctfst.S +endif + +LOCAL_CFLAGS += -DAVOID_TABLES +LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays +#LOCAL_CFLAGS += -march=armv6j + +LOCAL_MODULE:= libjpeg + +include $(BUILD_STATIC_LIBRARY) diff -git a/MODULE_LICENSE_BSD_LIKE b/MODULE_LICENSE_BSD_LIKE











App4over critical ops hack