Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 12958:d7e2549b377a
Removed the old Matroska demuxer.
author | mosu |
---|---|
date | Wed, 04 Aug 2004 18:38:27 +0000 |
parents | befb79b0232e |
children | e047e70a9767 |
comparison
equal
deleted
inserted
replaced
12957:f5dd97090f64 | 12958:d7e2549b377a |
---|---|
22 ifeq ($(DVBIN),yes) | 22 ifeq ($(DVBIN),yes) |
23 SRCS += dvbin.c | 23 SRCS += dvbin.c |
24 SRCS += dvb_tune.c | 24 SRCS += dvb_tune.c |
25 endif | 25 endif |
26 | 26 |
27 ifeq ($(MATROSKA_INTERNAL),yes) | 27 ifeq ($(MATROSKA),yes) |
28 SRCS += demux_mkv.c ebml.c | 28 SRCS += demux_mkv.c ebml.c |
29 endif | |
30 ifeq ($(MATROSKA_EXTERNAL),yes) | |
31 CPLUSPLUSSRCS += demux_mkv_old.cpp | |
32 endif | 29 endif |
33 | 30 |
34 ifeq ($(CONFIG_LIBAVFORMAT),yes) | 31 ifeq ($(CONFIG_LIBAVFORMAT),yes) |
35 LIBAV_INC = -I../libavcodec -I../libavformat | 32 LIBAV_INC = -I../libavcodec -I../libavformat |
36 endif | 33 endif |