summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 22:21:07 +0000
committerscop <scop>2005-03-14 22:21:07 +0000
commit96edccb5cb63380a6b501338c9512bcd458f11fa (patch)
tree36eb14ae769ba80fe173c277508eed8f60c0aca8 /Makefile
parent1b409fbe08c18799d6c82d2483a723ce5d71e4c9 (diff)
downloadvdr-plugin-dxr3-96edccb5cb63380a6b501338c9512bcd458f11fa.tar.gz
vdr-plugin-dxr3-96edccb5cb63380a6b501338c9512bcd458f11fa.tar.bz2
Borrowed OSD scaler from the Xine plugin (Luca Olivetti).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97e1e1b..de708ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.6 2005/03/14 20:48:42 scop Exp $
+# $Id: Makefile,v 1.1.2.7 2005/03/14 22:21:07 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -61,6 +61,10 @@ DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\"
# where should we write our log?
DEFINES += -DLOGPATH=\"/video/\" # note: path must end with /
+# use OSD scaler borrowed from the Xine plugin?
+# comment this out to use the traditional vdr-dxr3 scaler
+DEFINES += -DUSE_XINE_SCALER
+
### The object files (add further files here):
OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \