From 9eb107e0b73ebdc46e1f126d8612961fed28a19b Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 29 Jan 2006 19:05:18 +0000 Subject: - Add service wrapper - Remove unnecessary DVBDIR from Makefile - Rename README.de to LIESMICH --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93c13a3..07e1b9b 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual ### The directory environment: -DVBDIR = ../../../../DVB VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp @@ -86,7 +85,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' DEFINES += -D_GNU_SOURCE LIBS += liboutput/liboutput.a libimage/libimage.a -INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I. +INCLUDES += -I$(VDRDIR)/include -I. ifdef FFMDIR INCLUDES += -I$(FFMDIR)/libavcodec -I$(FFMDIR)/libavutil -- cgit v1.2.3