summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-13 22:58:00 +0200
committermethodus <methodus@web.de>2012-10-13 22:58:00 +0200
commit5ddef2b47d987323419a5411169dbb8a855f2e70 (patch)
tree6f07f31f337d6ab9693176c036c8898ef8ebc210 /Makefile
parentb450015b9a6c0d35c264e93fbc9bcdf92538f47a (diff)
downloadvdr-plugin-upnp-5ddef2b47d987323419a5411169dbb8a855f2e70.tar.gz
vdr-plugin-upnp-5ddef2b47d987323419a5411169dbb8a855f2e70.tar.bz2
Added codec toolkit for getting detailed media information
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71adef3..761e2ca 100644
--- a/Makefile
+++ b/Makefile
@@ -73,12 +73,13 @@ OBJS = $(PLUGIN).o \
common/parser.o \
common/setup.o \
common/ixml.o \
+ common/codec.o \
media/profile.o \
media/mediaManager.o \
media/pluginManager.o \
$(TNTOBJ)
-LIBS += -lupnp -lcxxtools -ltntnet -ltntdb -ldl
+LIBS += -lupnp -lcxxtools -ltntnet -ltntdb -ldl -lavformat -lavcodec
### The main target: