diff options
author | Peter Ross <pross@xvid.org> | 2008-05-31 14:26:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-31 14:26:56 +0000 |
commit | 750066ea1c2b6fc8785e28a2b9f0e3ee0562144a (patch) | |
tree | f9b24fbe4d5d51e9b5d1cf57c28402aa95eddc29 | |
parent | 418a0b9fc4d73a968b4a20d1c43c1be469b3b688 (diff) | |
download | ffmpeg-750066ea1c2b6fc8785e28a2b9f0e3ee0562144a.tar.gz |
flvenc.o depends on avc.o (for H.264 support functions).
patch by Peter Ross, pross xvid org
Originally committed as revision 13574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6abe6a1faa..0d18f742f9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -50,7 +50,7 @@ OBJS-$(CONFIG_FLAC_DEMUXER) += raw.o OBJS-$(CONFIG_FLAC_MUXER) += raw.o OBJS-$(CONFIG_FLIC_DEMUXER) += flic.o OBJS-$(CONFIG_FLV_DEMUXER) += flvdec.o -OBJS-$(CONFIG_FLV_MUXER) += flvenc.o +OBJS-$(CONFIG_FLV_MUXER) += flvenc.o avc.o OBJS-$(CONFIG_FOURXM_DEMUXER) += 4xm.o OBJS-$(CONFIG_FRAMECRC_MUXER) += framecrcenc.o OBJS-$(CONFIG_GIF_MUXER) += gif.o |