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

2016-07-25 Thread James Almer
On 7/24/2016 6:45 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > 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. Just reverted the previous patch an

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

2016-07-24 Thread Matthieu Bouron
From: Matthieu Bouron 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/