[FFmpeg-devel] [PATCH 0/2] Fix lavfi building with --disable-everything --enable-shared

Hendrik Leppkes h.leppkes at gmail.com
Fri May 24 16:45:09 CEST 2013


On Fri, May 24, 2013 at 4:37 PM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> Hi,
>
> recent lavfi build fixes have prompted me to finally send these patches.
>
> The first is straight forward, whenever these libraries are enabled,
> an object is build that requires these libraries, no matter if a filter
> actually uses it, so we need to pull in the libs.
>
> The second patch then removes the redundant deps on these libraries, as they
> should always be pulled in from the appropriate CONFIG_<lib> above.
>
> I understand the second patch could be controversial, and i personally don't
> care all that much if it goes in, it seemed like the right thing to do to
> clean up in there a bit.
>
> The first actually fixes the build, so thats the important one.
>
> - Hendrik
>

Nevermind this set, i didn't see the patch that ubitux submitted a few
days ago addressing the same parts.


More information about the ffmpeg-devel mailing list