mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-09 15:27:06 +02:00
47 lines
1.3 KiB
Diff
47 lines
1.3 KiB
Diff
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.ac
|
|
+++ b/configure.ac
|
|
@@ -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
|
|
|