diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2017-05-11 22:53:41 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-05-15 11:46:50 +0200 |
commit | f1ab71b04636edf74a2c9376d80d65981c5ec778 (patch) | |
tree | 216a6c7457d33b0aa84d02c4598bdcb95b4b920e /Makefile | |
parent | 6a3740572dfeef2628a1c54ba61e7e413bfb55f8 (diff) | |
download | ffmpeg-streaming-f1ab71b04636edf74a2c9376d80d65981c5ec778.zip ffmpeg-streaming-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |