summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 18:22:26 +0000
committerscop <scop>2005-03-14 18:22:26 +0000
commitee57787bce833998b6a7730bb44d898507f54e90 (patch)
tree058f949c34cd368945c0c059b49e8ae81227dbd3 /Makefile
parent07ac4b6a60139f18f6367832902604a2d4e3b224 (diff)
downloadvdr-plugin-dxr3-ee57787bce833998b6a7730bb44d898507f54e90.tar.gz
vdr-plugin-dxr3-ee57787bce833998b6a7730bb44d898507f54e90.tar.bz2
Sync configurable microcode path from HEAD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2805ac3..fa69a1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.3 2005/03/14 14:02:54 scop Exp $
+# $Id: Makefile,v 1.1.2.4 2005/03/14 18:22:26 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -55,6 +55,9 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -DSOCKET_CHMOD=0660
DEFINES += -D_GNU_SOURCE
+# where is the microcode for the dxr3 located?
+DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\"
+
### The object files (add further files here):
OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \