From 8363d35e181370a9eab847cb466b602f8f7d1c95 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 30 Dec 2012 13:08:59 +0100 Subject: [PATCH] don't link against lvorbisidec (not required since ages) --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile b/main/Makefile index 7a6cfc5..feac820 100644 --- a/main/Makefile +++ b/main/Makefile @@ -48,7 +48,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--section-start,.init=0x8 #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -ldi -lpng -lz -lfat -lntfs -lwiiuse -lbte -lasnd -logc -lvorbisidec -lfreetype -lmxml -lext2fs -lruntimeiospatch +LIBS := -ldi -lpng -lz -lfat -lntfs -lwiiuse -lbte -lasnd -logc -lfreetype -lmxml -lext2fs -lruntimeiospatch #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing # include and lib