|
From: <lin...@us...> - 2002-06-27 19:33:32
|
Update of /cvsroot/dvbtools/dvbstream In directory usw-pr-cvs1:/tmp/cvs-serv18439 Modified Files: Makefile Log Message: added DVB country parameters Index: Makefile =================================================================== RCS file: /cvsroot/dvbtools/dvbstream/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 15 May 2002 16:39:53 -0000 1.1.1.1 --- Makefile 27 Jun 2002 19:33:28 -0000 1.2 *************** *** 4,7 **** --- 4,19 ---- OBJS=dvbstream dumprtp ts_filter rtpfeed rtp.o + ifdef UK + CFLAGS += -DUK + endif + + ifdef FINLAND + CFLAGS += -DFINLAND + endif + + ifdef FINLAND2 + CFLAGS += -DFINLAND2 + endif + all: $(OBJS) |