From 00af2c0eb2b86249b5aa680fccd6d3239a05e8f8 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Thu, 19 May 2016 08:13:06 +0200 Subject: implement proper handling of display and pixel aspect ratios --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36e9ad5..fddbaeb 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ VCLIBDIR =$(SDKSTAGE)/opt/vc/lib INCLUDES += -I$(ILCDIR) -I$(VCINCDIR) -I$(VCINCDIR)/interface/vcos/pthreads INCLUDES += -I$(VCINCDIR)/interface/vmcs_host/linux - + LDLIBS += -lbcm_host -lvcos -lvchiq_arm -lopenmaxil -lGLESv2 -lEGL -lpthread -lrt LDLIBS += -Wl,--whole-archive $(ILCDIR)/libilclient.a -Wl,--no-whole-archive LDFLAGS += -L$(VCLIBDIR) @@ -117,7 +117,7 @@ INCLUDES += $(shell pkg-config --cflags freetype2) ### The object files (add further files here): ILCLIENT = $(ILCDIR)/libilclient.a -OBJS = $(PLUGIN).o setup.o omx.o audio.o omxdevice.o ovgosd.o display.o +OBJS = $(PLUGIN).o tools.o setup.o omx.o audio.o omxdevice.o ovgosd.o display.o ### The main target: -- cgit v1.2.3