diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-21 23:06:57 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-22 00:42:00 +0100 |
commit | 45ff354dd802a9994d676eafff14499fd91d1946 (patch) | |
tree | 0a588bd2ed2077f8380b49e6e99eb85d5550e6dc /README | |
parent | 07926dfda9e1d492f46049cf3a787106946c4690 (diff) | |
download | vdr-plugin-live-45ff354dd802a9994d676eafff14499fd91d1946.tar.gz vdr-plugin-live-45ff354dd802a9994d676eafff14499fd91d1946.tar.bz2 |
Added support for HAVE_LIBPCRECPP.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -55,7 +55,7 @@ VDR >= 1.4.0-2 gcc >= 3.1 if gcc < 4.0: boost >= 1.32.0 - http://www.boost.org -PCRE >= 8.0 - http://www.pcre.org/ +PCRE >= 8.0.2 - http://www.pcre.org/ Tntnet >= 1.5.3 - http://www.tntnet.org/download.hms Cxxtools >= 1.4.3 - http://www.tntnet.org/download.hms @@ -63,6 +63,13 @@ Tntnet provides basic webserver functions for live and needs cxxtools. Boost provides some data structures we need. While currently relying on the full blown package we might provide a stripped down version in the future. +PCRE provides filtering for recordings. Some older versions pcre-config tool +doesn't contain C++ wrapper option, but filtering support can be forced via +commandline: + +make HAVE_LIBPCRECPP="-lpcrecpp -lpcre" + + If you optionaly want to regenerate the i18n-generated.h header file for backward compatible i18n (VDR version prior to 1.5.7) you also need: (See also the Internationalization section below) |