diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2021-01-26 13:35:30 +0800 |
---|---|---|
committer | Guo, Yejun <yejun.guo@intel.com> | 2021-02-18 09:59:37 +0800 |
commit | bdce6361004b3a24082e00b6c0126e2694a65b50 (patch) | |
tree | 5caf0d86b8948778f9ef2bc8fc7c9eba45cfc010 /libavfilter/Makefile | |
parent | 995c33a046bf058c79947755fc26c8fea5edb410 (diff) | |
download | ffmpeg-bdce6361004b3a24082e00b6c0126e2694a65b50.tar.gz |
dnn: extract common functions used by different filters
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 05bb2d2031..359ea7f903 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -27,6 +27,7 @@ OBJS-$(HAVE_THREADS) += pthread.o # subsystems OBJS-$(CONFIG_QSVVPP) += qsvvpp.o OBJS-$(CONFIG_SCENE_SAD) += scene_sad.o +OBJS-$(CONFIG_DNN) += dnn_filter_common.o include $(SRC_PATH)/libavfilter/dnn/Makefile # audio filters |