From 5ddef2b47d987323419a5411169dbb8a855f2e70 Mon Sep 17 00:00:00 2001 From: methodus Date: Sat, 13 Oct 2012 22:58:00 +0200 Subject: Added codec toolkit for getting detailed media information --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3