Commit 93e65e9a authored by Anton Khirnov's avatar Anton Khirnov

Cosmetics, restore alphabetic order in atomics lists.

parent 9e6b5e61
......@@ -1124,8 +1124,8 @@ THREADS_LIST='
ATOMICS_LIST='
atomics_gcc
atomics_win32
atomics_suncc
atomics_win32
'
ARCH_LIST='
......
......@@ -103,9 +103,9 @@ OBJS += $(COMPAT_OBJS:%=../compat/%)
SKIPHEADERS = old_pix_fmts.h
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h
SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
TESTPROGS = adler32 \
aes \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment