Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 11807:9a81d7b4c0b6
Added the new C based Matroska demuxer by Aurelien Jacobs.
author | mosu |
---|---|
date | Mon, 19 Jan 2004 19:16:10 +0000 |
parents | 66e491c35dc8 |
children | 33351e4ce3de |
comparison
equal
deleted
inserted
replaced
11806:4f14825fd446 | 11807:9a81d7b4c0b6 |
---|---|
24 ifeq ($(DVBIN),yes) | 24 ifeq ($(DVBIN),yes) |
25 SRCS += dvbin.c | 25 SRCS += dvbin.c |
26 SRCS += dvb_tune.c | 26 SRCS += dvb_tune.c |
27 endif | 27 endif |
28 | 28 |
29 ifeq ($(MATROSKA),yes) | 29 ifeq ($(MATROSKA_INTERNAL),yes) |
30 SRCS += demux_mkv.c ebml.c | |
31 endif | |
32 ifeq ($(MATROSKA_EXTERNAL),yes) | |
30 CPLUSPLUSSRCS += demux_mkv.cpp | 33 CPLUSPLUSSRCS += demux_mkv.cpp |
31 endif | 34 endif |
32 | 35 |
33 | 36 |
34 OBJS = $(SRCS:.c=.o) | 37 OBJS = $(SRCS:.c=.o) |