[FFmpeg-devel] [PATCH] lavf/movenc: add missing dependency on dnxhddata

Matthieu Bouron matthieu.bouron at gmail.com
Mon Jul 25 00:45:34 EEST 2016


From: Matthieu Bouron <matthieu.bouron at stupeflix.com>

Fixes a missing symbol error in lavc/movenc if the dnxhd encoder is not
enabled.
---

New patch attached. If it's accepted, I'll revert the previous one and push the
new one.

---
 libavcodec/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index abef19e..2c26b77 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -809,6 +809,7 @@ OBJS-$(CONFIG_MATROSKA_AUDIO_MUXER)    += mpeg4audio.o vorbis_data.o    \
                                           flac.o flacdata.o
 OBJS-$(CONFIG_MATROSKA_MUXER)          += flac.o flacdata.o vorbis_data.o
 OBJS-$(CONFIG_MOV_DEMUXER)             += ac3tab.o
+OBJS-$(CONFIG_MOV_MUXER)               += dnxhddata.o
 OBJS-$(CONFIG_MP2_MUXER)               += mpegaudiodata.o mpegaudiodecheader.o
 OBJS-$(CONFIG_MP3_MUXER)               += mpegaudiodata.o mpegaudiodecheader.o
 OBJS-$(CONFIG_MPEGTS_MUXER)            += mpeg4audio.o
-- 
2.9.0



More information about the ffmpeg-devel mailing list