git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ca5ad
)
lavfi/Makefile: Fix bwdif filter standalone compilation.
author
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 10 Jan 2019 19:02:26 +0000
(20:02 +0100)
committer
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 10 Jan 2019 19:02:26 +0000
(20:02 +0100)
libavfilter/Makefile
patch
|
blob
|
history
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
d31fa59
..
0fb8ccf
100644
(file)
--- a/
libavfilter/Makefile
+++ b/
libavfilter/Makefile
@@
-167,7
+167,7
@@
OBJS-$(CONFIG_BM3D_FILTER) += vf_bm3d.o
OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o boxblur.o
OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \
opencl/avgblur.o boxblur.o
-OBJS-$(CONFIG_BWDIF_FILTER) += vf_bwdif.o
+OBJS-$(CONFIG_BWDIF_FILTER) += vf_bwdif.o
yadif_common.o
OBJS-$(CONFIG_CHROMAHOLD_FILTER) += vf_chromakey.o
OBJS-$(CONFIG_CHROMAKEY_FILTER) += vf_chromakey.o
OBJS-$(CONFIG_CHROMASHIFT_FILTER) += vf_chromashift.o