Commit b2175b0f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '93e65e9a'

* commit '93e65e9a':
  Cosmetics, restore alphabetic order in atomics lists.

Conflicts:
	libavutil/Makefile
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 9ab221f8 93e65e9a
...@@ -1275,8 +1275,8 @@ THREADS_LIST=' ...@@ -1275,8 +1275,8 @@ THREADS_LIST='
ATOMICS_LIST=' ATOMICS_LIST='
atomics_gcc atomics_gcc
atomics_win32
atomics_suncc atomics_suncc
atomics_win32
' '
ARCH_LIST=' ARCH_LIST='
......
...@@ -114,9 +114,9 @@ OBJS += $(COMPAT_OBJS:%=../compat/%) ...@@ -114,9 +114,9 @@ OBJS += $(COMPAT_OBJS:%=../compat/%)
SKIPHEADERS = old_pix_fmts.h SKIPHEADERS = old_pix_fmts.h
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h
SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h
SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
TESTPROGS = adler32 \ TESTPROGS = adler32 \
......
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