[FFmpeg-devel] [PATCH 1/2] lavfi: fix building with --disable-everything --enable-shared
Clément Bœsch
ubitux at gmail.com
Fri May 24 16:41:08 CEST 2013
On Fri, May 24, 2013 at 04:38:01PM +0200, Hendrik Leppkes wrote:
> ---
> libavfilter/Makefile | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index fa601b5..60a560f 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -2,6 +2,11 @@ include $(SUBDIR)../config.mak
>
> NAME = avfilter
> FFLIBS = avutil
> +
> +FFLIBS-$(CONFIG_AVFORMAT) += avformat
> +FFLIBS-$(CONFIG_AVCODEC) += avcodec
> +FFLIBS-$(CONFIG_SWSCALE) += swscale
> +
> FFLIBS-$(CONFIG_ACONVERT_FILTER) += swresample
> FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
> FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += swresample
Did you see
http://ffmpeg.org/pipermail/ffmpeg-devel/2013-May/144022.html
?
If so, how is that different?
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130524/cf3234df/attachment.asc>
More information about the ffmpeg-devel
mailing list