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

Updated for vdr-1.3.17.

Fixed receiver related crash (Thanks to Marco Schluessler).
This commit is contained in:
Rolf Ahrenberg
2004-11-28 04:20:00 +02:00
parent 5339f71b33
commit c454189adf
7 changed files with 212 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -fPIC
### The directory environment: