summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index e6b503aa8c..542a80cd1e 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -32,6 +32,7 @@ HEADERS = adler32.h \
hash.h \
hmac.h \
hwcontext.h \
+ hwcontext_cuda.h \
hwcontext_vdpau.h \
imgutils.h \
intfloat.h \
@@ -151,6 +152,7 @@ OBJS-$(!HAVE_ATOMICS_NATIVE) += atomic.o \
OBJS-$(CONFIG_LZO) += lzo.o
OBJS-$(CONFIG_OPENCL) += opencl.o opencl_internal.o
+OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o
OBJS += $(COMPAT_OBJS:%=../compat/%)