Commit 6d40d194 authored by diego's avatar diego

flvenc.o depends on avc.o (for H.264 support functions).

patch by Peter Ross, pross xvid org


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13574 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2bb8cf64
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment