diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-08-08 19:17:34 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-08-08 19:17:34 +0200 |
| commit | ade86712df523fc7c10545cfe450b59f39a71ba7 (patch) | |
| tree | aca2f66d1d8091b0d3be0921682f29432b22676b /command/Makefile | |
| parent | fe701af3c1ebffea28edd89ec4fa97ea82c82cca (diff) | |
| download | vdr-plugin-markad-ade86712df523fc7c10545cfe450b59f39a71ba7.tar.gz vdr-plugin-markad-ade86712df523fc7c10545cfe450b59f39a71ba7.tar.bz2 | |
Fixed index repair for inded.vdr
Diffstat (limited to 'command/Makefile')
| -rw-r--r-- | command/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile index 1656d77..e6e1f2f 100644 --- a/command/Makefile +++ b/command/Makefile @@ -28,7 +28,7 @@ INCLUDES += -I.. ### The object files (add further files here): -OBJS = markad-standalone.o decoder.o marks.o streaminfo.o video.o audio.o demux.o queue.o vdr2pkt.o ts2pkt.o pes2es.o +OBJS = markad-standalone.o decoder.o marks.o streaminfo.o video.o audio.o demux.o queue.o ts2pkt.o pes2es.o ### The main target: |
