diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-10-02 22:13:42 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-10-02 22:13:42 +0000 |
commit | 4a8eb8054fad3c9ab394a63727a08ff5fa4413f2 (patch) | |
tree | 20fe6f64b9f2fe182c49dd749d6ccae60d79c009 /Makefile.in | |
parent | eeae32d93bafeaf406b31ea8d18ab067a16e973e (diff) |
changed: [LINUX] don't configure/build libvorbisfile, load system lib instead.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23337 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 03af210f2f..c0997424f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,11 +75,11 @@ PAPCODECS_DIRS= \ xbmc/cores/paplayer/ModuleCodec \ xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU \ xbmc/cores/paplayer/vgmstream \ - xbmc/cores/paplayer/MACDll \ - xbmc/cores/paplayer/vorbisfile + xbmc/cores/paplayer/MACDll ifeq ($(findstring osx,$(ARCH)),osx) PAPCODEC_DIRS+= \ + xbmc/cores/paplayer/vorbisfile \ xbmc/cores/paplayer/FLACCodec endif @@ -285,13 +285,13 @@ 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 $(MAKE) -C xbmc/cores/paplayer/timidity $(MAKE) -C xbmc/cores/paplayer/NSFCodec $(MAKE) -C xbmc/cores/paplayer/SIDCodec - $(MAKE) -C xbmc/cores/paplayer/vorbisfile $(MAKE) -C xbmc/cores/paplayer/ModuleCodec ifneq (@USE_EXTERNAL_LIBWAVPACK@,1) $(MAKE) -C xbmc/cores/paplayer/WavPackCodec |