summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2016-05-19 08:13:06 +0200
committerThomas Reufer <thomas@reufer.ch>2016-05-19 08:13:06 +0200
commit00af2c0eb2b86249b5aa680fccd6d3239a05e8f8 (patch)
treeb69af0ec3fe8f29da786324b6d3bb05202a23fab /Makefile
parentdb7c53d003e8cb10fbc0b0af2f05a829a718780c (diff)
downloadvdr-plugin-rpihddevice-00af2c0eb2b86249b5aa680fccd6d3239a05e8f8.tar.gz
vdr-plugin-rpihddevice-00af2c0eb2b86249b5aa680fccd6d3239a05e8f8.tar.bz2
implement proper handling of display and pixel aspect ratios
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: