[FFmpeg-devel] [PATCH 2/2] lavd: add lavfi dependencies for test programs.

Michael Niedermayer michaelni at gmx.at
Wed Feb 5 17:39:02 CET 2014


On Tue, Feb 04, 2014 at 11:49:01PM +0100, Nicolas George wrote:
> Without it, test programs that use a non-trivial part of
> lavd would not build with static libraries due to missing
> lswr/lsws/lpp.
> 
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
>  libavdevice/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavdevice/Makefile b/libavdevice/Makefile
> index ffdfa37..b0d0486 100644
> --- a/libavdevice/Makefile
> +++ b/libavdevice/Makefile
> @@ -2,7 +2,7 @@ include $(SUBDIR)../config.mak
>  
>  NAME    = avdevice
>  FFLIBS  = avformat avcodec avutil
> -FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter
> +FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter $(FFLIBS_avfilter)
>  
>  HEADERS = avdevice.h                                                    \
>            version.h                                                     \

This adds all the dependancies of the currently build libavfilter
to libavdevice.so

this feels wrong
libavdevice.so does not depend on these

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140205/288b492f/attachment.asc>


More information about the ffmpeg-devel mailing list