summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r--libmpdemux/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index a70710b598..e07d747325 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -86,6 +86,7 @@ SRCS += demuxer.c \
demux_viv.c \
demux_vqf.c \
demux_y4m.c \
+ demux_mkv.c ebml.c \
ifeq ($(HAVE_DVD),yes)
SRCS += stream_dvd.c
@@ -96,9 +97,6 @@ endif
ifneq ($(W32_LIB),)
SRCS += demux_avs.c
endif
-ifeq ($(MATROSKA),yes)
-SRCS += demux_mkv.c ebml.c
-endif
# Muxers
MUXERS = muxer.c \