Mercurial > libavformat.hg
diff Makefile @ 3406:ea339cc7c630 libavformat
flvenc.o depends on avc.o (for H.264 support functions).
patch by Peter Ross, pross xvid org
author | diego |
---|---|
date | Sat, 31 May 2008 14:26:56 +0000 |
parents | 9e77f940abc4 |
children | 32bb3a8d8762 |
line wrap: on
line diff
--- a/Makefile Fri May 30 16:05:56 2008 +0000 +++ b/Makefile Sat May 31 14:26:56 2008 +0000 @@ -50,7 +50,7 @@ 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