summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-05-11 22:53:41 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2017-05-15 11:46:50 +0200
commitf1ab71b04636edf74a2c9376d80d65981c5ec778 (patch)
tree216a6c7457d33b0aa84d02c4598bdcb95b4b920e /Makefile
parent6a3740572dfeef2628a1c54ba61e7e413bfb55f8 (diff)
downloadffmpeg-f1ab71b04636edf74a2c9376d80d65981c5ec778.tar.gz
build: add support for building .cu files via nvcc
Original work by Yogender Gupta <ygupta@nvidia.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d414cf841e..4d1c3d768f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ vpath %.asm $(SRC_PATH)
vpath %.rc $(SRC_PATH)
vpath %.v $(SRC_PATH)
vpath %.texi $(SRC_PATH)
+vpath %.cu $(SRC_PATH)
+vpath %.ptx $(SRC_PATH)
vpath %/fate_config.sh.template $(SRC_PATH)
AVPROGS-$(CONFIG_FFMPEG) += ffmpeg