summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-18 12:49:02 +0000
committeraustriancoder <austriancoder>2004-09-18 12:49:02 +0000
commit4f621752277b0c478add4ffd4c708478e8d7cf9c (patch)
tree85f7f13315e0da065fb88e1e9c8b0a50254bee5c /Makefile
parent4e4f43575da1ba3284deecf5cb637fb3d4a5c206 (diff)
downloadvdr-plugin-dxr3-4f621752277b0c478add4ffd4c708478e8d7cf9c.tar.gz
vdr-plugin-dxr3-4f621752277b0c478add4ffd4c708478e8d7cf9c.tar.bz2
you can set now logpath in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5241a6..aca1041 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.4 2004/09/18 01:36:02 austriancoder Exp $
+# $Id: Makefile,v 1.5 2004/09/18 12:49:02 austriancoder Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -51,6 +51,9 @@ DEFINES += -D_GNU_SOURCE
# where is the microcode for the dxr3 located?
DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\"
+# where should we write our log?
+DEFINES += -DLOGPATH=\"/video/\" # note: path must end with /
+
### The object files (add further files here):
OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \