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>2016-07-29 14:47:57 +0300
committerAnton Khirnov <anton@khirnov.net>2016-10-02 20:35:55 +0300
commit5cc0057f4910c8c72421b812c8f337ef6c43696c (patch)
treeb7edba11974a61865dd9617290bee580e666fb79 /libavutil/Makefile
parent59c70227405c214b29971e6272f3a3ff6fcce3d0 (diff)
lavu: remove the custom atomic API
It has been replaced by C11 stdatomic.h and is now unused.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index b10b4d26a6..fbcf1a757f 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -64,7 +64,6 @@ BUILT_HEADERS = avconfig.h
OBJS = adler32.o \
aes.o \
- atomic.o \
audio_fifo.o \
avstring.o \
base64.o \
@@ -123,13 +122,9 @@ SKIPHEADERS-$(CONFIG_DXVA2) += hwcontext_dxva2.h
SKIPHEADERS-$(CONFIG_LIBMFX) += hwcontext_qsv.h
SKIPHEADERS-$(CONFIG_VAAPI) += hwcontext_vaapi.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 \
- atomic \
avstring \
base64 \
blowfish \