diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-11 15:01:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-11 15:01:01 +0100 |
commit | ccbe1905a130df54e91b34d9e53d33b359462a3e (patch) | |
tree | d40471bd25ba61582bb0e8701aea40514c8844fb /HISTORY | |
parent | 3488050173884b7baa16a33cf6f8c99fcefda75d (diff) | |
download | vdr-ccbe1905a130df54e91b34d9e53d33b359462a3e.tar.gz vdr-ccbe1905a130df54e91b34d9e53d33b359462a3e.tar.bz2 |
The 'plugins' target of the VDR Makefile now also copies files matching the wildcard "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories of the plugin source
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7737,3 +7737,6 @@ Video Disk Recorder Revision History - Updated the Polish OSD texts (thanks to Marek Nazarko). - Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the terminating 0, while the latter doesn't). +- The 'plugins' target of the VDR Makefile now also copies files matching the wildcard + "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories + of the plugin source. |