diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2016-05-19 08:13:06 +0200 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2016-05-19 08:13:06 +0200 |
| commit | 00af2c0eb2b86249b5aa680fccd6d3239a05e8f8 (patch) | |
| tree | b69af0ec3fe8f29da786324b6d3bb05202a23fab /Makefile | |
| parent | db7c53d003e8cb10fbc0b0af2f05a829a718780c (diff) | |
| download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
