mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
matroskadec: fix missing dependency
Originally committed as revision 22555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6506c3d2b2
commit
6dfa52c8bd
@ -100,7 +100,7 @@ OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user