ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | Sun Apr 7 02:00:30 2019 +0200| [d234ed76330a447a2d01f9e9772259803aa884db] | committer: Carl Eugen Hoyos
lavf/Makefile: Fix kux demuxer standalone compilation. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d234ed76330a447a2d01f9e9772259803aa884db --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/Makefile b/libavformat/Makefile index c010fc83f9..99be60d184 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -276,6 +276,7 @@ OBJS-$(CONFIG_IVR_DEMUXER) += rmdec.o rm.o rmsipr.o OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o subtitles.o OBJS-$(CONFIG_JACOSUB_MUXER) += jacosubenc.o rawenc.o OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o +OBJS-$(CONFIG_KUX_DEMUXER) += flvdec.o OBJS-$(CONFIG_LATM_MUXER) += latmenc.o rawenc.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o rawdec.o _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
