Mercurial > mplayer.hg
view TOOLS/mpfc/Makefile @ 7983:8344414c59cf
This patch is to add support for overlapping subtitles, that is
subtitles whose start or end happens during another subtitle.
After reading the subtitles from the file in sub_read_file(),
this patch looks for overlapping subtitles and split
them into more non-overlapping subtitles.
Salvatore Falco <sfalco@studenti.ing.uniroma1.it>
author | arpi |
---|---|
date | Wed, 30 Oct 2002 19:26:05 +0000 |
parents | a721a2b91d3d |
children |
line wrap: on
line source
TARGET = mpfc-ce mpfc-kr LIBS=-lgd -lttf -lpng all: $(TARGET) mpfc-ce: mpfc-ce.c $(CC) -Wall -O2 -o $@ $< $(LIBS) mpfc-kr: mpfc-kr.c $(CC) -Wall -O2 -o $@ $< $(LIBS) clean: -rm -f $(TARGET)