diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-09-16 21:37:36 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-09-16 21:37:36 +0200 |
| commit | 57df9917d4626d93323c7b0d2368fbf5d4748627 (patch) | |
| tree | ebfe76fe280db47e223335266eab1bd34afa4226 /command/Makefile | |
| parent | 03fc6351fce571b5ff7454bdfad9d4a0f0fb7679 (diff) | |
| download | vdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.gz vdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.bz2 | |
Added second pass processing (overlap, audio silence detection)
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 e6e1f2f..77f4f3e 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 ts2pkt.o pes2es.o +OBJS = markad-standalone.o decoder.o marks.o streaminfo.o video.o audio.o audio_gain_analysis.o demux.o queue.o ts2pkt.o pes2es.o ### The main target: |
