summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c9807f175..bed21f20e5 100644
--- a/Makefile
+++ b/Makefile
@@ -209,9 +209,17 @@ SOURCES = audio/audio.c \
mpvcore/playlist_parser.c \
mpvcore/version.c \
mpvcore/input/input.c \
+ mpvcore/player/audio.c \
+ mpvcore/player/configfiles.c \
mpvcore/player/command.c \
- mpvcore/player/mplayer.c \
+ mpvcore/player/loadfile.c \
+ mpvcore/player/main.c \
+ mpvcore/player/misc.c \
+ mpvcore/player/osd.c \
+ mpvcore/player/playloop.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_cue.c \