Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-01-05 20:06:02 +0300
committerJames Almer <jamrial@gmail.com>2018-01-05 20:06:02 +0300
commit89b84cb18b54d3af281643bcad8bba365a702e96 (patch)
treeb03c6a16ebf761b0f59f6758633ea3505de9c18b /libavutil/Makefile
parentdcbf034a0fd28b0b894d275c86ebcdb2e766a804 (diff)
It has been replaced by C11 stdatomic.h and is now unused.
(cherry picked from commit 5cc0057f4910c8c72421b812c8f337ef6c43696c) Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 66b894d66e..d7474f59e4 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -155,8 +155,6 @@ OBJS = adler32.o \
xtea.o \
tea.o \
-OBJS-$(!HAVE_ATOMICS_NATIVE) += atomic.o \
-
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o
OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o
@@ -183,14 +181,10 @@ SKIPHEADERS-$(CONFIG_OPENCL) += hwcontext_opencl.h
SKIPHEADERS-$(CONFIG_VAAPI) += hwcontext_vaapi.h
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += hwcontext_videotoolbox.h
SKIPHEADERS-$(CONFIG_VDPAU) += hwcontext_vdpau.h
-SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
-SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h
-SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h
TESTPROGS = adler32 \
aes \
aes_ctr \
- atomic \
audio_fifo \
avstring \
base64 \