forked from tTh/FloatImg
chasse au bug
This commit is contained in:
parent
db7728bb10
commit
532bf5f0fc
|
@ -3,7 +3,7 @@
|
||||||
# et de tout le crap...
|
# et de tout le crap...
|
||||||
#
|
#
|
||||||
|
|
||||||
COPT = -g -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
COPT = -g -pg -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
||||||
LIBS = ../libfloatimg.a -lpnglite -lm
|
LIBS = ../libfloatimg.a -lpnglite -lm
|
||||||
|
|
||||||
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o
|
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
/*
|
/*
|
||||||
* some constants for effect numbers */
|
* some constants for effect numbers */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the main function */
|
* the main function */
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* ugly code from tTh
|
* ugly code from tTh
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FIMG_VERSION 113
|
#define FIMG_VERSION 114
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in memory descriptor
|
* in memory descriptor
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
|
||||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
|
||||||
DEPS = ../floatimg.h Makefile
|
DEPS = ../floatimg.h Makefile
|
||||||
|
|
||||||
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
||||||
|
|
Loading…
Reference in New Issue