diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2010-03-22 21:58:38 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-03-22 21:58:38 +0000 |
commit | 19de452a630f0906ef3ebda4f27ca7b2a4b59f07 (patch) | |
tree | b2a3298947df1adf7bf752f4a030e4ccf5b3f7a4 /libavformat/Makefile | |
parent | ef768b0c326cc9a6208b5021e648edb33188e503 (diff) | |
download | ffmpeg-19de452a630f0906ef3ebda4f27ca7b2a4b59f07.tar.gz |
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's
dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o.
Originally committed as revision 22639 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 39ac96ce04..c244ceec94 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -103,7 +103,7 @@ OBJS-$(CONFIG_M4V_MUXER) += raw.o OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.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 + riff.o isom.o avc.o OBJS-$(CONFIG_MJPEG_DEMUXER) += raw.o OBJS-$(CONFIG_MJPEG_MUXER) += raw.o OBJS-$(CONFIG_MLP_DEMUXER) += raw.o id3v2.o |