diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-16 08:45:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-16 08:45:08 +0200 |
commit | 5dccc91c62206980c9e5e6abbc9fb4865fed209a (patch) | |
tree | 6d606d9feb80461c78b2a3ba08e4a1cb525faa2c /HISTORY | |
parent | 94c729a6fa45370e3b02c48db4d212b60026a4ad (diff) | |
download | vdr-5dccc91c62206980c9e5e6abbc9fb4865fed209a.tar.gz vdr-5dccc91c62206980c9e5e6abbc9fb4865fed209a.tar.bz2 |
Added diff for removing DVBDIR from plugin Makefiles
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -4533,7 +4533,27 @@ Video Disk Recorder Revision History Makefile. If you are using a driver version that has its header files at a location other than /usr/include/linux/dvb, you can define DVBDIR in the Make.config file (see also INSTALL). Any reference to DVBDIR should be removed from all - plugins' Makefiles. Thanks to Marco Schlüßler for pointing out this problem. + plugins' Makefiles, like this: + --- PLUGINS/src/hello/Makefile 2005/11/11 13:20:14 1.10 + +++ PLUGINS/src/hello/Makefile 2006/04/15 11:58:46 1.11 + @@ -20,7 +20,6 @@ + + ### The directory environment: + + -DVBDIR = ../../../../DVB + VDRDIR = ../../.. + LIBDIR = ../../lib + TMPDIR = /tmp + @@ -40,7 +39,7 @@ + + ### Includes and Defines (add further entries here): + + -INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include + +INCLUDES += -I$(VDRDIR)/include + + DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' + + Thanks to Marco Schlüßler for pointing out this problem. - Implemented kNext and kPrev keys (based on a patch from Peter Juszack). See MANUAL for details. - Implemented kChanPrev (from a patch from Darren Salt). |