diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 812a79f934..e6aac27792 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,7 +83,6 @@ endif ifeq ($(findstring osx,$(ARCH)),osx) PAPCODEC_DIRS+= \ - xbmc/cores/paplayer/vorbisfile \ xbmc/cores/paplayer/FLACCodec endif @@ -310,7 +309,6 @@ papcodecs: dllloader dvdpcodecs $(MAKE) -C xbmc/cores/paplayer/ADPCMCodec ifeq ($(findstring osx,$(ARCH)), osx) $(MAKE) -C xbmc/cores/paplayer/FLACCodec - $(MAKE) -C xbmc/cores/paplayer/vorbisfile endif $(MAKE) -C xbmc/cores/paplayer/GYMCodec $(MAKE) -C xbmc/cores/paplayer/vgmstream |