summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc-at-google.com@ffmpeg.org>2016-11-23 11:21:56 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-23 22:35:25 +0100
commitd84a21207ea83055dc9b6dc1cd6a379f2ea756e7 (patch)
treebbec23e6deb823193dfc0ea43d19ce7027b6cc93 /libavutil/Makefile
parent29fb49194bedc74ac9be0b49b6b42dcfeb6222d9 (diff)
avutil/tests: Add cpu_init.c to check whether the one-time initialization in av_get_cpu_flags() has data races.
Co-author: Dmitry Vyukov of Google Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 0fa90fea2c..732961ac50 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -187,6 +187,7 @@ TESTPROGS = adler32 \
camellia \
color_utils \
cpu \
+ cpu_init \
crc \
des \
dict \