comparison libmpdemux/Makefile @ 19861:b251bca5820c

Add demux_nut to MPlayer repo
author ods15
date Sun, 17 Sep 2006 09:32:28 +0000
parents b4e2c17c2bdf
children 618d1857f4c4
comparison
equal deleted inserted replaced
19860:5753779baf80 19861:b251bca5820c
51 demux_viv.c \ 51 demux_viv.c \
52 demux_vqf.c \ 52 demux_vqf.c \
53 demux_y4m.c \ 53 demux_y4m.c \
54 demux_mkv.c ebml.c \ 54 demux_mkv.c ebml.c \
55 55
56 ifeq ($(LIBNUT),yes)
57 SRCS += demux_nut.c
58 endif
56 ifeq ($(LIBVORBIS),yes) 59 ifeq ($(LIBVORBIS),yes)
57 SRCS += demux_ogg.c 60 SRCS += demux_ogg.c
58 endif 61 endif
59 ifeq ($(LIBDV),yes) 62 ifeq ($(LIBDV),yes)
60 SRCS += demux_rawdv.c 63 SRCS += demux_rawdv.c