summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-11 16:44:14 +0000
committerlordjaxom <lordjaxom>2005-02-11 16:44:14 +0000
commitad70fe8c64d1acdec15db886f91676b86f5f7bd4 (patch)
tree64ffd3faac794d3a462cb642e5a7057bd29cd20c /Makefile
parentab8f0c75f39b57cd1e28545259fb08bb7b4925b3 (diff)
downloadvdr-plugin-streamdev-ad70fe8c64d1acdec15db886f91676b86f5f7bd4.tar.gz
vdr-plugin-streamdev-ad70fe8c64d1acdec15db886f91676b86f5f7bd4.tar.bz2
- transfer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e94f89..f682736 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.3 2005/02/10 22:24:26 lordjaxom Exp $
+# $Id: Makefile,v 1.4 2005/02/11 16:44:14 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -63,7 +63,7 @@ SERVEROBJS = $(PLUGIN)-server.o \
server/component.o server/suspend.o server/setup.o server/streamer.o \
server/livestreamer.o server/livefilter.o \
\
- remux/tsremux.o remux/ts2ps.o remux/ts2es.o
+ remux/tsremux.o remux/ts2ps.o remux/ts2es.o remux/extern.o
ifdef DEBUG
DEFINES += -DDEBUG