projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not needed
[ffmpeg.git]
/
libavfilter
/
Makefile
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
7bd4323
..
3d8a763
100644
(file)
--- a/
libavfilter/Makefile
+++ b/
libavfilter/Makefile
@@
-49,8
+49,6
@@
OBJS = allfilters.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_ADELAY_FILTER) += af_adelay.o