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

Hendrik Leppkes h.leppkes at gmail.com
Fri May 24 16:37:01 CEST 2013


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



More information about the ffmpeg-devel mailing list