summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorT. Lohmar <smarttv640@gmail.com>2015-01-09 18:55:21 +0100
committerT. Lohmar <smarttv640@gmail.com>2015-01-09 18:55:21 +0100
commitf0a303ac20552dc96f046161bc1ad6dc84118ec8 (patch)
tree8363a248f682d6e2fa5831557c4c872237fff05c /Makefile
parent0442ce9cddebbdce12a0a99b26c406e05b714bd6 (diff)
downloadvdr-plugin-smarttvweb-f0a303ac20552dc96f046161bc1ad6dc84118ec8.tar.gz
vdr-plugin-smarttvweb-f0a303ac20552dc96f046161bc1ad6dc84118ec8.tar.bz2
Support for MP4 Metadata added (media folder).
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f80b96c..4529f06 100755
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o httpclient.o mngurls.o log.o url.o stvw_cfg.o responsebase.o responsefile.o responsevdrdir.o responsememblk.o responselive.o httpresource_base.o
+OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o httpclient.o mngurls.o log.o url.o stvw_cfg.o responsebase.o responsefile.o responsevdrdir.o responsememblk.o responselive.o httpresource_base.o mp4.o
### The main target: