summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 18:48:33 +0000
committerscop <scop>2005-03-14 18:48:33 +0000
commit4c76e2049bfad88b39baecd31c4d7cb68c214994 (patch)
tree7fb564b00f15cb6d6313a744957c25b0354d46e7 /Makefile
parent63d7af332f1394b8db53bdd9ddf09fc7cc9c59cb (diff)
downloadvdr-plugin-dxr3-4c76e2049bfad88b39baecd31c4d7cb68c214994.tar.gz
vdr-plugin-dxr3-4c76e2049bfad88b39baecd31c4d7cb68c214994.tar.bz2
Sync configurable log dir from HEAD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa69a1f..10a6a89 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.4 2005/03/14 18:22:26 scop Exp $
+# $Id: Makefile,v 1.1.2.5 2005/03/14 18:48:34 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -58,6 +58,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 \