From f22161081683db002debaaef61b0f8446c43f1aa Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 26 Feb 2009 00:50:06 +0000 Subject: [PATCH] * Explicitly link to libvorbis. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9821e94..6550028 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ BASEOBJS = minidlna.o upnphttp.o upnpdescgen.o upnpsoap.o \ ALLOBJS = $(BASEOBJS) $(LNXOBJS) -LIBS = -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -luuid -lgd +LIBS = -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis -luuid -lgd TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o