diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-12-07 14:40:10 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-12-07 14:40:10 +0100 |
commit | b98305f0ab01e5e46d27629e42375a98dabc73a3 (patch) | |
tree | 7f760351599d3dcbd4fa49c27095b2909597cf01 /tests/fate | |
parent | d4b1b33e698bfcc9b85cd0a183442b497c2c4e5a (diff) | |
download | ffmpeg-b98305f0ab01e5e46d27629e42375a98dabc73a3.tar.gz |
fate/api: fix fate-api-threadmessage dependency
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/api.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index e58b39246d..746ecb6145 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -28,7 +28,7 @@ FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-jpeg-codec-param fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) fate-api-jpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg -FATE_API-$(CONFIG_AVUTIL) += fate-api-threadmessage +FATE_API-$(HAVE_PTHREADS) += fate-api-threadmessage fate-api-threadmessage: $(APITESTSDIR)/api-threadmessage-test$(EXESUF) fate-api-threadmessage: CMD = run $(APITESTSDIR)/api-threadmessage-test 3 10 30 50 2 20 40 fate-api-threadmessage: CMP = null |