diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-07-29 13:47:57 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-02 19:35:55 +0200 |
commit | 5cc0057f4910c8c72421b812c8f337ef6c43696c (patch) | |
tree | b7edba11974a61865dd9617290bee580e666fb79 /tests | |
parent | 59c70227405c214b29971e6272f3a3ff6fcce3d0 (diff) | |
download | ffmpeg-5cc0057f4910c8c72421b812c8f337ef6c43696c.tar.gz |
lavu: remove the custom atomic API
It has been replaced by C11 stdatomic.h and is now unused.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libavutil.mak | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index 69e4042a8b..2824e084eb 100644 --- a/tests/fate/libavutil.mak +++ b/tests/fate/libavutil.mak @@ -8,11 +8,6 @@ fate-aes: libavutil/tests/aes$(EXESUF) fate-aes: CMD = run libavutil/tests/aes fate-aes: REF = /dev/null -FATE_LIBAVUTIL += fate-atomic -fate-atomic: libavutil/tests/atomic$(EXESUF) -fate-atomic: CMD = run libavutil/tests/atomic -fate-atomic: REF = /dev/null - FATE_LIBAVUTIL += fate-avstring fate-avstring: libavutil/tests/avstring$(EXESUF) fate-avstring: CMD = run libavutil/tests/avstring |