diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 23:49:06 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 23:49:06 +0000 |
commit | 6b10228a5505fdb7f762b6ee9d80b83e8d025006 (patch) | |
tree | 1bcf155f967f3d18ada16c1124fd753eba541f01 /libavformat/Makefile | |
parent | 1ab0406db1f338d72fbdda3a03bd9ddddb9c9d08 (diff) | |
download | ffmpeg-6b10228a5505fdb7f762b6ee9d80b83e8d025006.tar.gz |
matroskadec: add support for SIPR audio tracks
Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 3587467cfc..dcf4ed86d4 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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 + riff.o isom.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 |