If EXIF parsing fails, fall through to reading the JPEG data with libjpeg to get the resolution.

This commit is contained in:
Justin Maggard
2009-01-22 23:48:49 +00:00
parent 8a127b4e19
commit 577deb028b
2 changed files with 37 additions and 2 deletions

View File

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