television compiled

This commit is contained in:
tth
2022-06-27 09:00:44 +02:00
parent 9644b43b11
commit 99b580a1d7
4 changed files with 13 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ include ../Paramakes.mk
DEPS = ../tthimage.h ../Paramakes.mk Makefile
all: foo testtga
#-----------------------------------------------------------------
7seg.o: 7seg.c $(DEPS)
@@ -102,6 +104,7 @@ scale.o: scale.c $(DEPS)
sobel4.o: sobel4.c $(DEPS)
tamppool.o: tamppool.c $(DEPS)
tele_2.o: tele_2.c $(DEPS)
television.o: television.c $(DEPS)
text0.o: text0.c $(DEPS)
text1.o: text1.c $(DEPS)
@@ -147,7 +150,8 @@ OBJECTS = 7seg.o \
ptlist.o \
recurse.o rgbmask.o \
scale.o sobel4.o \
tamppool.o television.o text0.o text1.o text16x24.o \
tamppool.o tele_2.o television.o \
text0.o text1.o text16x24.o \
tga.o tools.o \
vignetize.o \
warp0.o warp1.o warp2.o warp3.o \

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <math.h>
#include "tthimage.h"
#include "../tthimage.h"
/*::------------------------------------------------------------------::*/
/*