Project

General

Profile

Bug #433 » vdr-vodcatcher-0.2.2_unbundle-tinyxml.diff

Anonymous, 09/22/2010 10:46 PM

View differences:

vodcatcher-0.2.2/Makefile 2010-09-22 21:53:11.000000000 +0200
### Includes and Defines (add further entries here):
INCLUDES += -I. -I$(VDRDIR)/include -I$(DVBDIR)/include
INCLUDES += `curl-config --cflags`
INCLUDES += -I./tinyxml
INCLUDES += $(shell curl-config --cflags)
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -DCXXTEST_ABORT_TEST_ON_FAIL
......
endif
# libcurl, libxml, libxml++
LIBS += `curl-config --libs`
LIBS += $(shell curl-config --libs)
LIBS += -ltinyxml
### The source files (add further files here):
vodcatcher-0.2.2/sources.mk 2010-09-22 21:53:22.000000000 +0200
src/StreamType.cc \
src/SynchedDownloadPool.cc \
src/ThreadsafeDownloadPool.cc \
tinyxml/tinystr.cpp \
tinyxml/tinyxml.cpp \
tinyxml/tinyxmlerror.cpp \
tinyxml/tinyxmlparser.cpp \
SRCS_TESTONLY = \
src/DownloadCacheMock.cc \
vodcatcher-0.2.2/src/RssFeedParser.cc 2010-09-22 21:53:44.000000000 +0200
#include "HtmlToText.h"
#include "Feed.h"
#include "IDownloadCache.h"
#include "tinyxml.h"
#include <tinyxml.h>
#include "Item.h"
using namespace std;
(1-1/2)