summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-10 22:24:26 +0000
committerlordjaxom <lordjaxom>2005-02-10 22:24:26 +0000
commitab8f0c75f39b57cd1e28545259fb08bb7b4925b3 (patch)
tree7b640887ef77c02bc09ffa0156684d76afa2492a /Makefile
parentc1cb77c3f8c7c0b3469e1d110f4e9a96bac16178 (diff)
downloadvdr-plugin-streamdev-ab8f0c75f39b57cd1e28545259fb08bb7b4925b3.tar.gz
vdr-plugin-streamdev-ab8f0c75f39b57cd1e28545259fb08bb7b4925b3.tar.bz2
- implemented audio track selection for http
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f48c4af..7e94f89 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.2 2005/02/08 17:22:35 lordjaxom Exp $
+# $Id: Makefile,v 1.3 2005/02/10 22:24:26 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -48,8 +48,7 @@ DEFINES += -D_GNU_SOURCE
COMMONOBJS = common.o i18n.o \
\
- tools/file.o tools/source.o tools/select.o tools/shared.o tools/socket.o \
- tools/tools.o
+ tools/source.o tools/select.o tools/socket.o tools/tools.o
CLIENTOBJS = $(PLUGIN)-client.o \
\