From 52cd041405849817c72d272bee0e6798f57b66c4 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 2 Oct 2009 17:36:58 +0200 Subject: Rewrote packet handling code, now it uses queues --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db3eac3..143985b 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ endif ### The object files (add further files here): -OBJS-CMD = markad-standalone.o -OBJS-COMMON = demux.o video.o audio.o decoder.o common.o ts2pkt.o pes2audioes.o +OBJS-CMD = markad-standalone.o +OBJS-COMMON = demux.o video.o audio.o decoder.o common.o tools.o vdr2pkt.o ts2pkt.o pes2es.o OBJS = $(PLUGIN).o recv.o status.o $(OBJS-COMMON) ### The main target: -- cgit v1.2.3