[FFmpeg-devel] [PATCH] lavf/Makefile: fix standalone compilation of live_flv demuxer

James Almer jamrial at gmail.com
Thu Jun 19 07:50:32 CEST 2014


Signed-off-by: James Almer <jamrial at gmail.com>
---
 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
-- 
1.8.5.5



More information about the ffmpeg-devel mailing list