diff options
author | alcoheca <alcoheca@svn> | 2010-03-26 22:39:18 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-03-26 22:39:18 +0000 |
commit | f8e1c7c6a1c63240e7a295c5511e3830355da927 (patch) | |
tree | 453564208f174d8f58a00eb92d19e69a0ed5145a /Makefile.in | |
parent | cc2686f06fed03356a2f834105be5c63097ddbad (diff) |
build libcpluff, will be dlloaded from system
more cpluff decrufting
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28874 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5faad428ba..82359911be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,6 +95,7 @@ LIB_DIRS=\ xbmc/lib/libid3tag \ xbmc/lib/libapetag \ xbmc/lib/libPython/linux \ + lib/libcpluff \ lib/libmodplug \ lib/xbmc-dll-symbols \ lib/jsoncpp/jsoncpp/src/lib_json @@ -270,6 +271,9 @@ xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a: force $(MAKE) -C xbmc/cores/dvdplayer/Codecs/libbdnav xbmc/lib/libapetag/.libs/libapetag.a: force $(MAKE) -C xbmc/lib/libapetag +lib/cpluff/libcpluff/.libs/libcpluff.a: force + $(MAKE) -C lib/cpluff/libcpluff +system/libcpluff-$(ARCH).so: lib/cpluff/libcpluff/.libs/libcpluff.a lib/libmodplug/src/.libs/libmodplug.a: force $(MAKE) -C lib/libmodplug system/players/paplayer/libmodplug-$(ARCH).so: lib/libmodplug/src/.libs/libmodplug.a @@ -359,6 +363,7 @@ xcode_depends: \ skins \ xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a \ xbmc/lib/libapetag/.libs/libapetag.a \ + system/libcpluff-$(ARCH).so \ system/players/paplayer/libmodplug-$(ARCH).so \ xbmc/lib/cmyth/libcmyth/libcmyth.a \ xbmc/lib/cmyth/librefmem/librefmem.a \ |