On Wed, Feb 13, 2013 at 7:08 PM, Benjamin Bruheim wrote:
> My worry is mainly windows builds. I have found a number of issues when I've
> been building on windows myself. If there's a way to patch your buildchain I
> would be happy to help out with that - even if I am not entirely sure how to
The
Dan,
In the Kdenlive and Flowblade build scripts we compile FFMPEG with "--disable
network".
In FFMPEG, someone made a commit that includes network.h in matroskadec.c:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=30c5c45b123c45ede70988088528a2de6c869c3f
This causes the build to fail whe
On Thu, Feb 14, 2013 at 2:38 PM, Brian Matherly wrote:
> Dan,
>
> In the Kdenlive and Flowblade build scripts we compile FFMPEG with
> "--disable network".
>
> In FFMPEG, someone made a commit that includes network.h in matroskadec.c:
> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=30c5c45b