summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-19 22:41:26 +0100
committerwm4 <wm4@nowhere>2013-11-19 22:44:08 +0100
commit52467b2ac917908ea029f91ed6b2a7a2e58d1756 (patch)
treeea43d1d4066372c54bb8d0b33960dd9e9a64a250 /Makefile
parentf197198ca3e79b923e5d0ae66fec847737ee1f41 (diff)
downloadmpv-52467b2ac917908ea029f91ed6b2a7a2e58d1756.tar.bz2
mpv-52467b2ac917908ea029f91ed6b2a7a2e58d1756.tar.xz
timeline: remove support for the mplayer2 EDL format
It was a bit too complicated and inconvenient, and I doubt anyone actively used it. The mpv EDL format should cover all use cases.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f2707677f..9323b2e72a 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,6 @@ SOURCES = audio/audio.c \
mpvcore/player/screenshot.c \
mpvcore/player/sub.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 \