diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-11-27 18:56:20 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-11-27 18:56:20 +0100 |
commit | a6acfd6f9ad4227008667ff269bfa7ce2185f28b (patch) | |
tree | 59a5f7cd28b72abe0032a525be1178b0c37c24db /dist/epgdata2xmltv/Makefile | |
parent | 3594e6b915e4078b8ec20f1cc9caf9082a460067 (diff) | |
download | vdr-plugin-xmltv2vdr-0.0.2.tar.gz vdr-plugin-xmltv2vdr-0.0.2.tar.bz2 |
epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2
added eplist support
Diffstat (limited to 'dist/epgdata2xmltv/Makefile')
-rw-r--r-- | dist/epgdata2xmltv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/epgdata2xmltv/Makefile b/dist/epgdata2xmltv/Makefile index 2ff7f4e..e13b84d 100644 --- a/dist/epgdata2xmltv/Makefile +++ b/dist/epgdata2xmltv/Makefile @@ -11,8 +11,8 @@ STRIP ?= strip ### Includes and Defines (add further entries here): -PKG-LIBS += libxml-2.0 libxslt libexslt libcurl libzip -PKG-INCLUDES += libxml-2.0 libxslt libexslt libcurl libzip +PKG-LIBS += libxml-2.0 libxslt libexslt libcurl libzip libpcrecpp enca +PKG-INCLUDES += libxml-2.0 libxslt libexslt libcurl libzip libpcrecpp enca DEFINES += -D_GNU_SOURCE DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |