[FFmpeg-cvslog] lavf/Makefile: fix standalone compilation of live_flv demuxer
James Almer
git at videolan.org
Thu Jun 19 13:31:01 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jun 19 02:50:32 2014 -0300| [4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c] | committer: Michael Niedermayer
lavf/Makefile: fix standalone compilation of live_flv demuxer
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c
---
libavformat/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index b429b43..519b3aa 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -146,6 +146,7 @@ OBJS-$(CONFIG_FLAC_MUXER) += flacenc.o flacenc_header.o \
vorbiscomment.o
OBJS-$(CONFIG_FLIC_DEMUXER) += flic.o
OBJS-$(CONFIG_FLV_DEMUXER) += flvdec.o
+OBJS-$(CONFIG_LIVE_FLV_DEMUXER) += flvdec.o
OBJS-$(CONFIG_FLV_MUXER) += flvenc.o avc.o
OBJS-$(CONFIG_FOURXM_DEMUXER) += 4xm.o
OBJS-$(CONFIG_FRAMECRC_MUXER) += framecrcenc.o framehash.o
More information about the ffmpeg-cvslog
mailing list