Add some video metadata support through libdlna (>0.2.3).

Some more changes for DLNA compliance.
Reformat some other code.
This commit is contained in:
Justin Maggard
2008-10-30 06:53:17 +00:00
parent a163077b29
commit ccd9b957f6
6 changed files with 200 additions and 73 deletions

View File

@ -30,7 +30,7 @@ BASEOBJS = minidlna.o upnphttp.o upnpdescgen.o upnpsoap.o \
ALLOBJS = $(BASEOBJS) $(LNXOBJS)
#LIBS = -liptc
LIBS = -lexif -ltag_c -lsqlite3 #-lgd
LIBS = -lexif -ltag_c -lsqlite3 -ldlna #-lgd
TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o