Skip to content

Commit

Permalink
Merge pull request #11155 from AlwinEsch/remove-shared-addon-lib-adsp-2
Browse files Browse the repository at this point in the history
[adsp] bye, bye libKODI_adsp.cpp
  • Loading branch information
AlwinEsch committed Dec 13, 2016
2 parents 5342ce9 + e9bdbde commit 571be50
Show file tree
Hide file tree
Showing 14 changed files with 132 additions and 468 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Expand Up @@ -148,14 +148,11 @@ cmake_install.cmake
/lib/addons/library.kodi.guilib/project/VS2010Express/Release
/lib/addons/library.kodi.guilib/project/VS2010Express/Debug
/lib/addons/library.xbmc.addon/Makefile
/lib/addons/library.kodi.adsp/Makefile
/lib/addons/library.xbmc.codec/Makefile
/lib/addons/library.kodi.peripheral/Makefile
/lib/addons/library.kodi.game/Makefile
/lib/addons/library.xbmc.addon/project/VS2010Express/Release
/lib/addons/library.xbmc.addon/project/VS2010Express/Debug
/lib/addons/library.kodi.adsp/project/VS2010Express/Release
/lib/addons/library.kodi.adsp/project/VS2010Express/Debug
/lib/addons/library.xbmc.codec/project/VS2010Express/Release
/lib/addons/library.xbmc.codec/project/VS2010Express/Debug
/lib/addons/library.kodi.audioengine/Makefile
Expand Down Expand Up @@ -540,8 +537,6 @@ lib/cpluff/stamp-h1

/addons/library.xbmc.addon/libXBMC_addon.dll
/addons/library.xbmc.addon/libXBMC_addon.lib
/addons/library.kodi.adsp/libKODI_adsp.dll
/addons/library.kodi.adsp/libKODI_adsp.lib
/addons/library.xbmc.codec/libXBMC_codec.dll
/addons/library.xbmc.codec/libXBMC_codec.lib
/addons/library.kodi.guilib/libKODI_guilib.dll
Expand Down
2 changes: 0 additions & 2 deletions Makefile.in
Expand Up @@ -237,7 +237,6 @@ LIB_DIRS=\

LIBADDON_DIRS=\
lib/addons/library.xbmc.addon \
lib/addons/library.kodi.adsp \
lib/addons/library.kodi.audioengine \
lib/addons/library.xbmc.codec \
lib/addons/library.kodi.guilib \
Expand Down Expand Up @@ -360,7 +359,6 @@ dllloader: exports xbmc/cores/DllLoader/dllloader.a

libaddon: exports
$(MAKE) -C lib/addons/library.xbmc.addon
$(MAKE) -C lib/addons/library.kodi.adsp
$(MAKE) -C lib/addons/library.kodi.audioengine
$(MAKE) -C lib/addons/library.xbmc.codec
$(MAKE) -C lib/addons/library.kodi.game
Expand Down
1 change: 0 additions & 1 deletion Makefile.include.in
Expand Up @@ -43,7 +43,6 @@ INCLUDES+=-I@abs_top_srcdir@/xbmc
INCLUDES+=-I@abs_top_srcdir@/xbmc/addons/kodi-addon-dev-kit/include
INCLUDES+=-I@abs_top_srcdir@/addons/library.kodi.guilib
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.addon
INCLUDES+=-I@abs_top_srcdir@/addons/library.kodi.adsp
INCLUDES+=-I@abs_top_srcdir@/addons/library.kodi.audioengine
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.codec
INCLUDES+=$(sort @INCLUDES@)
Expand Down
4 changes: 0 additions & 4 deletions addons/library.kodi.adsp/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -2192,7 +2192,6 @@ OUTPUT_FILES="Makefile \
xbmc/windowing/Makefile \
xbmc/windowing/egl/Makefile \
lib/addons/library.xbmc.addon/Makefile \
lib/addons/library.kodi.adsp/Makefile \
lib/addons/library.kodi.audioengine/Makefile \
lib/addons/library.xbmc.codec/Makefile \
lib/addons/library.kodi.game/Makefile \
Expand Down
2 changes: 0 additions & 2 deletions lib/addons/library.kodi.adsp/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions lib/addons/library.kodi.adsp/Makefile.in

This file was deleted.

175 changes: 0 additions & 175 deletions lib/addons/library.kodi.adsp/libKODI_adsp.cpp

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion project/cmake/installdata/common/addons.txt
Expand Up @@ -18,7 +18,6 @@ addons/xbmc.metadata/*
addons/xbmc.pvr/*
addons/xbmc.python/*
addons/xbmc.webinterface/*
addons/library.kodi.adsp/*
addons/library.kodi.audioengine/*
addons/library.kodi.game/*
addons/library.kodi.guilib/*
Expand Down
1 change: 0 additions & 1 deletion project/cmake/treedata/common/addons.txt
@@ -1,4 +1,3 @@
lib/addons/library.kodi.adsp KODI_adsp
lib/addons/library.kodi.audioengine KODI_audioengine
lib/addons/library.kodi.game KODI_game
lib/addons/library.kodi.guilib KODI_guilib
Expand Down

0 comments on commit 571be50

Please sign in to comment.