diff options
author | James Almer <jamrial@gmail.com> | 2014-06-19 02:50:32 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-19 13:25:28 +0200 |
commit | 4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c (patch) | |
tree | 9a0242230a31d7caaab3e344fe275c9509eb2a3f /libavformat/Makefile | |
parent | 60a06400a9fadb542bf8c7679bbbb17094edb71e (diff) | |
download | ffmpeg-4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c.tar.gz |
lavf/Makefile: fix standalone compilation of live_flv demuxer
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index b429b43798..519b3aab79 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 |