Skip to content

Commit

Permalink
paplayer: drop remaining codecs, only use ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Mar 19, 2015
1 parent 6b44f2e commit 0333bf4
Show file tree
Hide file tree
Showing 62 changed files with 33 additions and 4,544 deletions.
202 changes: 0 additions & 202 deletions Kodi.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

43 changes: 6 additions & 37 deletions Makefile.in
Expand Up @@ -186,19 +186,6 @@ ifeq (@USE_OMXPLAYER@,1)
DIRECTORY_ARCHIVES += xbmc/cores/omxplayer/omxplayer.a
endif

PAPCODECS_DIRS= \
lib/nosefart \
lib/timidity \
lib/libsidplay2 \
lib/stsound/StSoundLibrary \
lib/snesapu/SNES/SNESAPU \
lib/vgmstream

ifeq (@USE_ASAP_CODEC@,1)
PAPCODECS_DIRS+= \
lib/asap
endif

LIB_DIRS=\
lib/cximage-6.0 \
lib/libexif \
Expand Down Expand Up @@ -333,7 +320,7 @@ all : $(FINAL_TARGETS)

include Makefile.include

.PHONY : dllloader exports visualizations screensavers eventclients papcodecs \
.PHONY : dllloader exports visualizations screensavers eventclients \
dvdpcodecs dvdpextcodecs imagelib codecs externals force skins libaddon check \
testframework testsuite

Expand All @@ -357,7 +344,7 @@ skins:
endif

# Setup some dependencies for subdir makes
xbmc/cores/paplayer/paplayer.a: papcodecs
xbmc/cores/paplayer/paplayer.a:
$(DVDPLAYER_ARCHIVES) : dvdpcodecs

lib/cpluff/libcpluff/.libs/libcpluff.a: force
Expand Down Expand Up @@ -420,27 +407,11 @@ libexif: dllloader
$(MAKE) -C lib/libexif
libhdhomerun: dllloader
$(MAKE) -C lib/libhdhomerun
papcodecs: dllloader dvdpcodecs
test -d system/players/paplayer || mkdir system/players/paplayer
$(MAKE) -C lib/vgmstream
$(MAKE) -C lib/timidity
$(MAKE) -C lib/nosefart
ifneq ($(findstring arm-osx,@ARCH@), arm-osx)
$(MAKE) -C lib/libsidplay2
endif
ifeq (@USE_ASAP_CODEC@,1)
ifneq ($(findstring osx,@ARCH@), osx)
$(MAKE) -C lib/asap asap-xbmc
endif
endif
$(MAKE) -C lib/stsound/StSoundLibrary
ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@),$(findstring mips,@ARCH@)),)
$(MAKE) -C lib/snesapu/SNES/SNESAPU
endif

imagelib: dllloader
$(MAKE) -C lib/cximage-6.0

codecs: papcodecs dvdpcodecs dvdpextcodecs
codecs: dvdpcodecs dvdpextcodecs

libs: $(LIBSSE4) libhdhomerun imagelib libexif system/libcpluff-@ARCH@.so

Expand Down Expand Up @@ -495,7 +466,7 @@ OBJSXBMC:=$(filter-out $(DYNOBJSXBMC), $(OBJSXBMC))

BIN_DIRS = $(dir $(DIRECTORY_ARCHIVES)) $(dir $(NWAOBJSXBMC)) $(dir $(MAINOBJS))

DIRS= $(BIN_DIRS) $(EC_DIRS) $(DVDPCODECS_DIRS) $(PAPCODECS_DIRS) \
DIRS= $(BIN_DIRS) $(EC_DIRS) $(DVDPCODECS_DIRS) \
$(LIB_DIRS) $(SS_DIRS) $(VIS_DIRS) $(LIBADDON_DIRS) $(SKIN_DIRS) xbmc/main

$(NWAOBJSXBMC) $(DIRECTORY_ARCHIVES) $(MAINOBJS): force
Expand Down Expand Up @@ -675,8 +646,6 @@ clean-eventclients:
for d in $(EC_DIRS); do if test -f $$d/Makefile; then $(MAKE) -C $$d clean; fi; done
clean-dvdpcodecs:
for d in $(DVDPCODECS_DIRS); do if test -f $$d/Makefile; then $(MAKE) -C $$d clean; fi; done
clean-papcodecs:
for d in $(PAPCODECS_DIRS); do if test -f $$d/Makefile; then $(MAKE) -C $$d clean; fi; done
clean-libs:
for d in $(LIB_DIRS); do if test -f $$d/Makefile; then $(MAKE) -C $$d clean; fi; done
clean-screensavers:
Expand All @@ -686,7 +655,7 @@ clean-visualisations:
clean-libaddons:
for d in $(LIBADDON_DIRS); do if test -f $$d/Makefile; then $(MAKE) -C $$d clean; fi; done

clean-codecs: clean-dvdpcodecs clean-papcodecs
clean-codecs: clean-dvdpcodecs

clean-externals: clean-codecs clean-eventclients clean-libs \
clean-screensavers clean-visualisations clean-libaddons
Expand Down
10 changes: 0 additions & 10 deletions configure.ac
Expand Up @@ -1070,7 +1070,6 @@ AC_CHECK_HEADER([mpeg2dec/mpeg2convert.h],, AC_MSG_ERROR($missing_library),
AC_CHECK_HEADER([jpeglib.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([ogg/ogg.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([vorbis/vorbisfile.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([libmodplug/modplug.h],, AC_MSG_ERROR($missing_library))

PKG_CHECK_MODULES([LIBCURL], [libcurl],, AC_MSG_ERROR([libcurl not found]))
XB_FIND_SONAME([CURL], [curl])
Expand Down Expand Up @@ -1282,7 +1281,6 @@ fi
XB_FIND_SONAME([OGG], [ogg])
XB_FIND_SONAME([VORBIS], [vorbis])
XB_FIND_SONAME([VORBISFILE], [vorbisfile])
XB_FIND_SONAME([MODPLUG], [modplug])
XB_FIND_SONAME([ASS], [ass])
XB_FIND_SONAME([MPEG2], [mpeg2])

Expand Down Expand Up @@ -2474,13 +2472,6 @@ OUTPUT_FILES="Makefile \
xbmc/cores/AudioEngine/Makefile \
xbmc/cores/paplayer/Makefile \
xbmc/cores/omxplayer/Makefile \
lib/timidity/Makefile \
lib/asap/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 \
xbmc/osx/Makefile \
Expand Down Expand Up @@ -2603,7 +2594,6 @@ AC_SUBST(HAVE_XBMC_NONFREE)
AC_SUBST(USE_ASAP_CODEC)
AC_SUBST(LIBCURL_BASENAME)
AC_SUBST(LIBVORBISFILE_BASENAME)
AC_SUBST(LIBMODPLUG_BASENAME)
AC_SUBST(LIBOGG_BASENAME)
AC_SUBST(LIBVORBIS_BASENAME)
AC_SUBST(LIBASS_BASENAME)
Expand Down
62 changes: 0 additions & 62 deletions lib/DllASAP.h

This file was deleted.

127 changes: 0 additions & 127 deletions lib/DllModplug.h

This file was deleted.

62 changes: 0 additions & 62 deletions lib/DllNosefart.h

This file was deleted.

0 comments on commit 0333bf4

Please sign in to comment.