diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-15 13:40:04 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-15 13:40:09 +0200 |
commit | 7cfe6d42f2b49b8f20074fc05150ac57d96f5696 (patch) | |
tree | 154e60a69408be92f784eaee20dd3da61ec6c0bd /testing/kodi/no-snesapu.patch | |
parent | 6539f0021ef14b0d5ab38a7b19cd4fdc433a66d8 (diff) | |
download | aports-7cfe6d42f2b49b8f20074fc05150ac57d96f5696.tar.gz aports-7cfe6d42f2b49b8f20074fc05150ac57d96f5696.tar.bz2 aports-7cfe6d42f2b49b8f20074fc05150ac57d96f5696.tar.xz |
testing/kodi: new aport
Diffstat (limited to 'testing/kodi/no-snesapu.patch')
-rw-r--r-- | testing/kodi/no-snesapu.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/testing/kodi/no-snesapu.patch b/testing/kodi/no-snesapu.patch new file mode 100644 index 0000000000..d49b273abd --- /dev/null +++ b/testing/kodi/no-snesapu.patch @@ -0,0 +1,46 @@ +diff --git a/Makefile.in b/Makefile.in +index 31826b1..2f468e7 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -168,7 +168,6 @@ PAPCODECS_DIRS= \ + lib/timidity \ + lib/libsidplay2 \ + lib/stsound/StSoundLibrary \ +- lib/snesapu/SNES/SNESAPU \ + lib/vgmstream + + ifeq (@USE_ASAP_CODEC@,1) +@@ -373,9 +372,6 @@ ifeq (@USE_ASAP_CODEC@,1) + endif + endif + $(MAKE) -C lib/stsound/StSoundLibrary +-ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@)),) +- $(MAKE) -C lib/snesapu/SNES/SNESAPU +-endif + imagelib: dllloader + $(MAKE) -C lib/cximage-6.0 + +diff --git a/configure.in b/configure.in +index 538d9af..3f04545 100644 +--- a/configure.in ++++ b/configure.in +@@ -2348,7 +2348,6 @@ OUTPUT_FILES="Makefile \ + lib/nosefart/Makefile \ + lib/libsidplay2/Makefile \ + lib/vgmstream/Makefile \ +- lib/snesapu/SNES/SNESAPU/Makefile \ + lib/stsound/StSoundLibrary/Makefile \ + xbmc/cores/playercorefactory/Makefile \ + xbmc/music/karaoke/Makefile \ +diff --git a/xbmc/cores/paplayer/Makefile.in b/xbmc/cores/paplayer/Makefile.in +index 31cc8bd..a433e82 100644 +--- a/xbmc/cores/paplayer/Makefile.in ++++ b/xbmc/cores/paplayer/Makefile.in +@@ -31,7 +31,6 @@ SRCS += ASAPCodec.cpp + endif + + ifneq ($(ARCH), arm) +-CXXFLAGS += -DHAS_SPC_CODEC + SRCS += SPCCodec.cpp + endif + |