Skip to content

Commit

Permalink
build libcpluff, will be dlloaded from system
Browse files Browse the repository at this point in the history
more cpluff decrufting

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28874 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
alcoheca committed Mar 26, 2010
1 parent cc2686f commit f8e1c7c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,30 @@ config.log
/xbmc/lib/cximage-6.0/zlib/zconf.h
/xbmc/lib/cximage-6.0/zlib/Makefile

# /skin/
/skin/Confluence/media/Textures.xbt
/skin/PM3.HD/media/Textures.xbt

# /lib/cpluff/
/lib/cpluff/ABOUT-NLS
/lib/cpluff/aclocal.m4
/lib/cpluff/autom4te.cache
/lib/cpluff/auxliary
/lib/cpluff/config*
/lib/cpluff/console
/lib/cpluff/doc*
/lib/cpluff/examples
/lib/cpluff/libcpluff/docsrc
/lib/cpluff/libcpluff/Makefile.in
/lib/cpluff/libtool
/lib/cpluff/loader
/lib/cpluff/m4
/lib/cpluff/Makefile.in
/lib/cpluff/po
/lib/cpluff/stamp-h1
/lib/cpluff/test

# /lib/libmodplug/
/lib/libmodplug/libtool
/lib/libmodplug/src/stamp-h1
/lib/libmodplug/Makefile
Expand Down
5 changes: 5 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -e

autoreconf -vif
autoreconf -vif lib/cpluff
autoreconf -vif xbmc/lib/libass
autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav

Expand Down
2 changes: 2 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,8 @@ XB_CONFIG_MODULE([lib/libmicrohttpd], [
fi
], [0])

XB_CONFIG_MODULE([lib/cpluff], [./configure], [0])

AC_OUTPUT

final_message="$final_message\n prefix:\t$prefix\n$dashes"
Expand Down

0 comments on commit f8e1c7c

Please sign in to comment.