summaryrefslogtreecommitdiff
blob: e13a1392c540a5500d1af9c2807a82fc4874ca71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff -ru pilot-0.0.9-orig/Makefile pilot-0.0.9/Makefile
--- pilot-0.0.9-orig/Makefile	2008-04-02 15:37:55.657442868 +0200
+++ pilot-0.0.9/Makefile	2008-04-02 15:38:27.187445656 +0200
@@ -47,7 +47,7 @@
 
 ### The object files (add further files here):
 
-OBJS = $(PLUGIN).o pilotosd.o pilotbmp.o pilotsetup.o 
+OBJS = $(PLUGIN).o pilotosd.o pilotsetup.o 
 
 ### Implicit rules:
 
Dateien pilot-0.0.9-orig/pilot.o und pilot-0.0.9/pilot.o sind verschieden.
diff -ru pilot-0.0.9-orig/pilotosd.h pilot-0.0.9/pilotosd.h
--- pilot-0.0.9-orig/pilotosd.h	2008-04-02 15:37:55.657442868 +0200
+++ pilot-0.0.9/pilotosd.h	2008-04-02 15:38:32.497447004 +0200
@@ -4,7 +4,6 @@
 #include <vdr/osd.h>
 #include <vdr/menuitems.h>
 #include <ctype.h>
-#include "pilotbmp.h"
 
 static const cFont *font = cFont::GetFont(fontOsd);
 static const int LINEHEIGHT = font->Height();