Mercurial > libavformat.hg
changeset 5849:219b4cc8f378 libavformat
matroskadec: fix missing dependency
author | aurel |
---|---|
date | Mon, 15 Mar 2010 22:37:14 +0000 |
parents | 3c72ab66eb24 |
children | a9a36b4f83a2 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 15 19:03:48 2010 +0000 +++ b/Makefile Mon Mar 15 22:37:14 2010 +0000 @@ -100,7 +100,7 @@ OBJS-$(CONFIG_M4V_DEMUXER) += raw.o OBJS-$(CONFIG_M4V_MUXER) += raw.o OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \ - riff.o isom.o rm.o + riff.o isom.o rmdec.o rm.o OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \ riff.o isom.o avc.o flacenc.o OBJS-$(CONFIG_MJPEG_DEMUXER) += raw.o