Skip to content
Snippets Groups Projects
Commit 6dfa52c8 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

matroskadec: fix missing dependency

Originally committed as revision 22555 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6506c3d2
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o ...@@ -100,7 +100,7 @@ OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o
OBJS-$(CONFIG_M4V_DEMUXER) += raw.o OBJS-$(CONFIG_M4V_DEMUXER) += raw.o
OBJS-$(CONFIG_M4V_MUXER) += raw.o OBJS-$(CONFIG_M4V_MUXER) += raw.o
OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.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 \ OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \
riff.o isom.o avc.o flacenc.o riff.o isom.o avc.o flacenc.o
OBJS-$(CONFIG_MJPEG_DEMUXER) += raw.o OBJS-$(CONFIG_MJPEG_DEMUXER) += raw.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment