From 50837129b231ae9a811abac2767af5fa6ced621b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 19 Nov 2013 22:23:41 +0100 Subject: timeline: add new EDL format Edit Decision Lists (EDL) allow combining parts from multiple source files into one virtual file. MPlayer had an EDL format (which sucked), which mplayer2 tried to improve with its own format (which sucked). As logic demands, mpv introduces its very own format (which sucks). The new format should actually be much simpler and easier to use, and its implementation is simpler and smaller too. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ccea8d1b6..07d05d7fe0 100644 --- a/Makefile +++ b/Makefile @@ -224,6 +224,7 @@ SOURCES = audio/audio.c \ mpvcore/player/video.c \ mpvcore/player/timeline/tl_edl.c \ mpvcore/player/timeline/tl_matroska.c \ + mpvcore/player/timeline/tl_mpv_edl.c \ mpvcore/player/timeline/tl_cue.c \ osdep/io.c \ osdep/numcores.c \ -- cgit v1.2.3