aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMaestroDD <MaestroDD@svn>2010-01-26 01:46:13 +0000
committerMaestroDD <MaestroDD@svn>2010-01-26 01:46:13 +0000
commit6b1a0083189b68270ca66abb48f182395e01fe55 (patch)
tree8958f0a1ed33c8f7c44aed01579d574a1bc06e98 /Makefile.in
parent194056df99402748e8ff57c798f79336af5f3cbc (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.in2
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