Skip to content

Commit

Permalink
update notes for libvorbisidec (libtremor)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 14, 2018
1 parent e30b943 commit 2a6e3fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions audio/oggplayer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lwiiuse -lbte -lvorbisdec -lasnd -logc -lm
LIBS := -lwiiuse -lbte -lvorbisdec -logg -lasnd -logc -lm

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

0 comments on commit 2a6e3fc

Please sign in to comment.