Commit c190fdf6 authored by Rodger Combs's avatar Rodger Combs Committed by Michael Niedermayer

lavu: Makefile: skip atomic.c if native atomics are available

This prevents a linker warning and skips a useless compilation
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 06a0d5ef
......@@ -78,7 +78,6 @@ BUILT_HEADERS = avconfig.h \
OBJS = adler32.o \
aes.o \
atomic.o \
audio_fifo.o \
avstring.o \
base64.o \
......@@ -137,6 +136,8 @@ OBJS = adler32.o \
xga_font_data.o \
xtea.o \
OBJS-$(!HAVE_ATOMICS_NATIVE) += atomic.o \
OBJS-$(CONFIG_LZO) += lzo.o
OBJS-$(CONFIG_OPENCL) += opencl.o opencl_internal.o
......
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