diff options
author | MaestroDD <MaestroDD@svn> | 2010-01-26 01:46:13 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2010-01-26 01:46:13 +0000 |
commit | 6b1a0083189b68270ca66abb48f182395e01fe55 (patch) | |
tree | 8958f0a1ed33c8f7c44aed01579d574a1bc06e98 /Makefile.in | |
parent | 194056df99402748e8ff57c798f79336af5f3cbc (diff) |
[OSX/Linux] fixed: vorbis and ogg are both external libs on linux and osx => remove stale files and update build system
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27184 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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 |