summaryrefslogtreecommitdiff
path: root/fftools/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-03-03 13:16:55 -0300
committerJames Almer <jamrial@gmail.com>2020-03-03 18:11:28 -0300
commit60b1f85b67ccb907e4eba3e2c98839769690ed24 (patch)
tree84ca27d268999c9fd4a2deba3d2faac05c348920 /fftools/Makefile
parent70209000fd1c7033b2039f4c906d0d0c6cd500b4 (diff)
downloadffmpeg-60b1f85b67ccb907e4eba3e2c98839769690ed24.tar.gz
ffmpeg: remove superfluous custom cuvid hwaccel
It's a duplicate of the properly implemented nvdec libavcodec hwaccel Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'fftools/Makefile')
-rw-r--r--fftools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/Makefile b/fftools/Makefile
index 6cec666dd9..5affaa3f56 100644
--- a/fftools/Makefile
+++ b/fftools/Makefile
@@ -10,7 +10,6 @@ ALLAVPROGS = $(AVBASENAMES:%=%$(PROGSSUF)$(EXESUF))
ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF))
OBJS-ffmpeg += fftools/ffmpeg_opt.o fftools/ffmpeg_filter.o fftools/ffmpeg_hw.o
-OBJS-ffmpeg-$(CONFIG_CUVID) += fftools/ffmpeg_cuvid.o
OBJS-ffmpeg-$(CONFIG_LIBMFX) += fftools/ffmpeg_qsv.o
ifndef CONFIG_VIDEOTOOLBOX
OBJS-ffmpeg-$(CONFIG_VDA) += fftools/ffmpeg_videotoolbox.o