Skip to content

Commit 2a6e3fc

Browse files
committed
update notes for libvorbisidec (libtremor)
1 parent e30b943 commit 2a6e3fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

audio/oggplayer/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
3333
#---------------------------------------------------------------------------------
3434
# any extra libraries we wish to link with the project
3535
#---------------------------------------------------------------------------------
36-
LIBS := -lwiiuse -lbte -lvorbisdec -lasnd -logc -lm
36+
LIBS := -lwiiuse -lbte -lvorbisdec -logg -lasnd -logc -lm
3737

3838
#---------------------------------------------------------------------------------
3939
# list of directories containing libraries, this must be the top level containing
@@ -101,7 +101,11 @@ ifeq (,$(wildcard $(DEVKITPRO)/portlibs/ppc/include/tremor/ivorbiscodec.h))
101101
$(BUILD):
102102
@echo
103103
@echo "*------------------------------------------------------------------------------------------*"
104-
@echo "Please install libtremor from https://sourceforge.net/projects/devkitpro/files/portlibs/ppc/"
104+
@echo
105+
@echo "Please install libvorbisidec using (dkp-)pacman -S "
106+
@echo
107+
@echo "See https://devkitpro.org/viewtopic.php?f=13&t=8702 for details"
108+
@echo
105109
@echo "*------------------------------------------------------------------------------------------*"
106110
@echo
107111
else

0 commit comments

Comments
 (0)