diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-29 11:35:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-29 11:35:40 +0100 |
commit | 343071cc6ab69169312ae04a7888cd55a79395d0 (patch) | |
tree | 0e5afec6f842e25c6acc7f55141e00ca38174c4b /HISTORY | |
parent | 9f60bd2fc401c0d195e2a55f24e0e09ec17bb824 (diff) | |
download | vdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.gz vdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.bz2 |
The include path to the freetype2 header files is now retrieved via a call to 'pkg-config --cflags freetype2'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6481,7 +6481,7 @@ Video Disk Recorder Revision History from Osama Alrawab). See INSTALL for information on how to turn this on. - Added Arabian language texts (thanks to Osama Alrawab). -2010-12-26: Version 1.7.17 +2010-12-29: Version 1.7.17 - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to @@ -6517,3 +6517,5 @@ Video Disk Recorder Revision History Paul Menzel). - Now updating the 'frames per second' data in the list of recordings when a new recording is started that has a frame rate other than the default. +- The include path to the freetype2 header files is now retrieved via a call to + 'pkg-config --cflags freetype2' (suggested by Andreas Oberritter). |