You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not needed
They are only needed by removelogo. This fixes a link failure in shared builds when compiling with removelogo disabled but Lavf/SwS enabled Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
bd9de4f594
commit
19e301b9ed
@@ -49,8 +49,6 @@ OBJS = allfilters.o \
|
|||||||
|
|
||||||
|
|
||||||
OBJS-$(CONFIG_AVCODEC) += avcodec.o
|
OBJS-$(CONFIG_AVCODEC) += avcodec.o
|
||||||
OBJS-$(CONFIG_AVFORMAT) += lavfutils.o
|
|
||||||
OBJS-$(CONFIG_SWSCALE) += lswsutils.o
|
|
||||||
|
|
||||||
OBJS-$(CONFIG_ACONVERT_FILTER) += af_aconvert.o
|
OBJS-$(CONFIG_ACONVERT_FILTER) += af_aconvert.o
|
||||||
OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o
|
OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o
|
||||||
|
Reference in New Issue
Block a user