Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 18404:e3379df74bcd
Unconditionally compile the Matroska demuxer.
author | diego |
---|---|
date | Mon, 08 May 2006 21:41:15 +0000 |
parents | 75b56435f053 |
children | 42001f5086d2 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Mon May 08 21:12:59 2006 +0000 +++ b/libmpdemux/Makefile Mon May 08 21:41:15 2006 +0000 @@ -86,6 +86,7 @@ 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 @@ ifneq ($(W32_LIB),) SRCS += demux_avs.c endif -ifeq ($(MATROSKA),yes) -SRCS += demux_mkv.c ebml.c -endif # Muxers MUXERS = muxer.c \