summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha@akv-soft.de>2004-01-03 23:31:00 +0100
committerSascha Volkenandt <sascha@akv-soft.de>2004-01-03 23:31:00 +0100
commit310f5b2a62343d0c9b7624c09efe35828785ef26 (patch)
tree0cba0f93b262331e30cd5371ec61e414050f32c4 /Makefile
parent4a775c82c82597c65345b3b1fdad71792ef2e486 (diff)
downloadvdr-plugin-osdpip-310f5b2a62343d0c9b7624c09efe35828785ef26.tar.gz
vdr-plugin-osdpip-310f5b2a62343d0c9b7624c09efe35828785ef26.tar.bz2
Release version 0.0.2v0.0.2
- Added setup menu - OSD depth, size and position configurable (see README) - OSD crop dimensions configurable - OSD window size is calculated dynamically depending on stream dimensions - Added translations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 619f239..74a085f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual
### The directory environment:
@@ -46,7 +46,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o osd.o receiver.o i18n.o \
+OBJS = $(PLUGIN).o osd.o receiver.o config.o i18n.o \
\
remux/tsremux.o remux/ts2ps.o remux/ts2es.o