From 97b9a19e1a9947eaff462815b907ea7050dfa9d7 Mon Sep 17 00:00:00 2001 From: etobi Date: Wed, 16 May 2012 21:47:29 +0200 Subject: Adapted for VDR 1.7.27 (Closes #981, #964, #902) and dropped VDR 1.6 support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e7722e..501e398 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ endif ### The object files (add further files here): -OBJS = $(PLUGIN).o osd_info.o remux.o osd.o receiver.o setup.o i18n.o pes.o quantize.o decoder.o +OBJS = $(PLUGIN).o osd_info.o remux.o osd.o receiver.o setup.o pes.o quantize.o decoder.o ### The main target: -- cgit v1.2.3