diff options
author | anssih <anssih@svn> | 2010-07-14 03:20:37 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-07-14 03:20:37 +0000 |
commit | d47edeedeac18b9b24ef86510ad28f5421c30d6c (patch) | |
tree | 012db51f30434fd9cc98b346e3ddaec704f1cfa1 /Makefile.in | |
parent | 24a0d56a5657ff981a6023860297e1952a0e9daf (diff) |
fixed: build SNESAPU module (was broken with arm-camelot merge in r30281)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31784 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 409a9a5760..76c0050f06 100644 --- a/Makefile.in +++ b/Makefile.in @@ -363,7 +363,7 @@ ifeq (@USE_ASAP_CODEC@,1) endif endif $(MAKE) -C xbmc/cores/paplayer/YMCodec/StSoundLibrary -ifeq ($(or $(findstring powerpc,$(ARCH)),$(findstring x86_64-linux,$(ARCH)),(arm, $(ARCH))),) +ifeq ($(or $(findstring powerpc,$(ARCH)),$(findstring x86_64-linux,$(ARCH)),$(findstring arm, $(ARCH))),) $(MAKE) -C xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU endif imagelib: dllloader |