summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2021-06-22 21:42:45 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2021-06-24 20:58:47 +0200
commitb0e2e938c31f0dc46d905cb2ea7e904645ca0c19 (patch)
tree9a1ed6837a0af5c1fcf1b9367279f06a2ae19f6a /libavfilter/Makefile
parent91a41a34398afd5678c20c5f5025562a41cf5bd4 (diff)
downloadffmpeg-b0e2e938c31f0dc46d905cb2ea7e904645ca0c19.tar.gz
avfilter/scale_cuda: combine separate CUDA sources
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 2d963e419d..62ee3d7b67 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -395,8 +395,7 @@ OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o
OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o
OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o
OBJS-$(CONFIG_SCALE_CUDA_FILTER) += vf_scale_cuda.o scale_eval.o \
- vf_scale_cuda.ptx.o vf_scale_cuda_bicubic.ptx.o \
- cuda/load_helper.o
+ vf_scale_cuda.ptx.o cuda/load_helper.o
OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o scale_eval.o
OBJS-$(CONFIG_SCALE_QSV_FILTER) += vf_scale_qsv.o
OBJS-$(CONFIG_SCALE_VAAPI_FILTER) += vf_scale_vaapi.o scale_eval.o vaapi_vpp.o