diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2019-02-08 22:47:01 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2019-02-14 13:21:07 +0100 |
commit | 15c6390139096b7e7634bf0f6aaab1cd8b3aa509 (patch) | |
tree | eec1fdcb718d28e0a526aab37b27bdf3aac293f7 /libavutil/Makefile | |
parent | dbfd042983eed8586d4048795c00af820f5b6b1f (diff) | |
download | ffmpeg-15c6390139096b7e7634bf0f6aaab1cd8b3aa509.tar.gz |
avutil/cuda_check: avoid pointlessly exporting same symbol from two libraries
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 7dcb92b06b..53208fc587 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -160,7 +160,7 @@ OBJS = adler32.o \ xtea.o \ tea.o \ -OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o cuda_check.o +OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o OBJS-$(CONFIG_LIBDRM) += hwcontext_drm.o |