summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-15 12:42:42 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 22:25:38 +0100
commit21f7cd4acd8dc4b4796b55966dd015cb037164d8 (patch)
tree8ef006d4fb1262e989f4a3fa2a91ca1633dee832 /libavfilter/Makefile
parent1bf34134612e509fa68c70dfff418c6022459259 (diff)
lavfi: add a filter for uploading normal frames to CUDA
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a95a7ebad0..f5dd2e9ddf 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -56,6 +56,7 @@ OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o
OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o
OBJS-$(CONFIG_HQDN3D_FILTER) += vf_hqdn3d.o
+OBJS-$(CONFIG_HWUPLOAD_CUDA_FILTER) += vf_hwupload_cuda.o
OBJS-$(CONFIG_INTERLACE_FILTER) += vf_interlace.o
OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o
OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o