diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-15 12:42:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:25:38 +0100 |
commit | 21f7cd4acd8dc4b4796b55966dd015cb037164d8 (patch) | |
tree | 8ef006d4fb1262e989f4a3fa2a91ca1633dee832 /libavfilter/Makefile | |
parent | 1bf34134612e509fa68c70dfff418c6022459259 (diff) | |
download | ffmpeg-21f7cd4acd8dc4b4796b55966dd015cb037164d8.tar.gz |
lavfi: add a filter for uploading normal frames to CUDA
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 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 |