1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Renamed compiling switches ('DEBUG' to 'FEMON_DEBUG' and 'NTSC_SYSTEM' to 'FEMON_NTSC').

Enabled preliminary support for the device switching.
This commit is contained in:
Rolf Ahrenberg
2005-05-20 04:20:00 +03:00
parent 0f111eb660
commit 8e57eec535
7 changed files with 20 additions and 12 deletions

View File

@@ -44,12 +44,12 @@ INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
ifdef NTSC_SYSTEM
DEFINES += -DNTSC_SYSTEM
ifdef FEMON_NTSC
DEFINES += -DFEMON_NTSC
endif
ifdef DEBUG
DEFINES += -DDEBUG
ifdef FEMON_DEBUG
DEFINES += -DFEMON_DEBUG
endif
.PHONY: all all-redirect