comparison libmpdemux/Makefile @ 18404:e3379df74bcd

Unconditionally compile the Matroska demuxer.
author diego
date Mon, 08 May 2006 21:41:15 +0000
parents 75b56435f053
children 42001f5086d2
comparison
equal deleted inserted replaced
18403:9bbc941f069e 18404:e3379df74bcd
84 demux_ty.c \ 84 demux_ty.c \
85 demux_ty_osd.c \ 85 demux_ty_osd.c \
86 demux_viv.c \ 86 demux_viv.c \
87 demux_vqf.c \ 87 demux_vqf.c \
88 demux_y4m.c \ 88 demux_y4m.c \
89 demux_mkv.c ebml.c \
89 90
90 ifeq ($(HAVE_DVD),yes) 91 ifeq ($(HAVE_DVD),yes)
91 SRCS += stream_dvd.c 92 SRCS += stream_dvd.c
92 endif 93 endif
93 ifeq ($(XMMS_PLUGINS),yes) 94 ifeq ($(XMMS_PLUGINS),yes)
94 SRCS += demux_xmms.c 95 SRCS += demux_xmms.c
95 endif 96 endif
96 ifneq ($(W32_LIB),) 97 ifneq ($(W32_LIB),)
97 SRCS += demux_avs.c 98 SRCS += demux_avs.c
98 endif 99 endif
99 ifeq ($(MATROSKA),yes)
100 SRCS += demux_mkv.c ebml.c
101 endif
102 100
103 # Muxers 101 # Muxers
104 MUXERS = muxer.c \ 102 MUXERS = muxer.c \
105 muxer_avi.c \ 103 muxer_avi.c \
106 muxer_mpeg.c \ 104 muxer_mpeg.c \