[FFmpeg-devel] [PATCH]Fix compilation with --disable-encoders

Clément Bœsch u at pkh.me
Mon Nov 18 17:55:25 CET 2013


On Mon, Nov 18, 2013 at 05:45:10PM +0100, Carl Eugen Hoyos wrote:
> Hi!
> 
> Attached patch fixes compilation with --disable-encoders.
> 
> Please comment, Carl Eugen

> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index d3b25bf..e3c353d 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -686,6 +686,9 @@ OBJS-$(CONFIG_WEBM_MUXER)              += mpeg4audio.o mpegaudiodata.o  \
>                                            vorbis_data.o
>  OBJS-$(CONFIG_WTV_DEMUXER)             += mpeg4audio.o mpegaudiodata.o
>  
> +# libavfilter dpendencies

dependencies

> +OBJS-$(CONFIG_ELBG_FILTER)             += elbg.o
> +

Should be OK otherwise.

I'm assuming it's related to a recently opened ticket? Would be nice to
git format-patch -1 and send the resulting file so we can see a complete
description.

-- 
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/20131118/7dfc214d/attachment.asc>


More information about the ffmpeg-devel mailing list