aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2009-12-14 06:41:31 +0000
committeralthekiller <althekiller@svn>2009-12-14 06:41:31 +0000
commitab807a53f49b9f969b1b9eb7b1883e251059a7af (patch)
tree994c2a4296759d046efd4bb4f3a9f5c256298614 /Makefile.in
parenta7975e0c2030812f24e846afc4273dd123a264dd (diff)
changed: Make ASAP codec build optional (default off)
added: checks for gdc and fpc binaries to build ASAP codec git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25667 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f32d0d9aa..0dbdeb718b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,8 +75,12 @@ PAPCODECS_DIRS= \
xbmc/cores/paplayer/ModuleCodec \
xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU \
xbmc/cores/paplayer/vgmstream \
- xbmc/cores/paplayer/MACDll \
- xbmc/cores/paplayer/asap \
+ xbmc/cores/paplayer/MACDll
+
+ifeq (@USE_ASAP_CODEC@,1)
+PAPCODEC_DIRS+= \
+ xbmc/cores/paplayer/asap
+endif
ifeq ($(findstring osx,$(ARCH)),osx)
PAPCODEC_DIRS+= \
@@ -302,8 +306,10 @@ endif
$(MAKE) -C xbmc/cores/paplayer/NSFCodec
$(MAKE) -C xbmc/cores/paplayer/SIDCodec
$(MAKE) -C xbmc/cores/paplayer/ModuleCodec
-ifneq ($(findstring osx,$(ARCH)), osx)
- $(MAKE) -C xbmc/cores/paplayer/asap asap-xbmc
+ifeq (@USE_ASAP_CODEC@,1)
+ ifneq ($(findstring osx,$(ARCH)), osx)
+ $(MAKE) -C xbmc/cores/paplayer/asap asap-xbmc
+ endif
endif
ifneq (@USE_EXTERNAL_LIBWAVPACK@,1)
$(MAKE) -C xbmc/cores/paplayer/WavPackCodec