From 310f5b2a62343d0c9b7624c09efe35828785ef26 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sat, 3 Jan 2004 23:31:00 +0100 Subject: Release version 0.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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3