Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Use system implementation of tinyxml instead of internal implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
amejia1 committed May 4, 2012
1 parent 51af60f commit bbbabb3
Show file tree
Hide file tree
Showing 97 changed files with 406 additions and 6,268 deletions.
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \
lib/libXDAAP/libxdaap.a \
lib/libhts/libhts.a \
lib/libsquish/libsquish.a \
lib/tinyXML/tinyxml.a \
lib/xbmc-dll-symbols/dll-symbols.a \
xbmc/addons/addons.a \
xbmc/cdrip/cdrip.a \
Expand Down
3 changes: 3 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ PKG_CHECK_MODULES([SAMPLERATE], [samplerate],
PKG_CHECK_MODULES([FREETYPE2], [freetype2],
[INCLUDES="$INCLUDES $FREETYPE2_CFLAGS"; LIBS="$LIBS $FREETYPE2_LIBS"],
AC_MSG_ERROR($missing_library))
PKG_CHECK_MODULES([TINYXML], [tinyxml],
[INCLUDES="$INCLUDES $TINYXML_CFLAGS"; LIBS="$LIBS $TINYXML_LIBS"],
AC_MSG_ERROR($missing_library))

# check for libbluray
AS_CASE([x$use_libbluray],
Expand Down
9 changes: 0 additions & 9 deletions lib/tinyXML/Makefile

This file was deleted.

116 changes: 0 additions & 116 deletions lib/tinyXML/tinystr.cpp

This file was deleted.

Loading

0 comments on commit bbbabb3

Please sign in to comment.