[FFmpeg-cvslog] fate/api: add w32+os2 support for fate-api-threadmessage

Clément Bœsch git at videolan.org
Mon Dec 7 15:00:06 CET 2015


ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Mon Dec  7 14:51:21 2015 +0100| [dc97ff8380c2d35aebdd073bcd727084c5037c3c] | committer: Clément Bœsch

fate/api: add w32+os2 support for fate-api-threadmessage

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc97ff8380c2d35aebdd073bcd727084c5037c3c
---

 tests/api/Makefile                 |    2 +-
 tests/api/api-threadmessage-test.c |    3 +--
 tests/fate/api.mak                 |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/tests/api/Makefile b/tests/api/Makefile
index d83ac24..ec0e125 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -3,7 +3,7 @@ APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264
 APITESTPROGS-yes += api-seek
 APITESTPROGS-yes += api-codec-param
 APITESTPROGS-$(call DEMDEC, H263, H263) += api-band
-APITESTPROGS-$(HAVE_PTHREADS) += api-threadmessage
+APITESTPROGS-$(HAVE_THREADS) += api-threadmessage
 APITESTPROGS += $(APITESTPROGS-yes)
 
 APITESTOBJS  := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o)
diff --git a/tests/api/api-threadmessage-test.c b/tests/api/api-threadmessage-test.c
index c78af2a..3e0ac5c 100644
--- a/tests/api/api-threadmessage-test.c
+++ b/tests/api/api-threadmessage-test.c
@@ -22,12 +22,11 @@
  * Thread message API test
  */
 
-#include <pthread.h>
-
 #include "libavutil/avassert.h"
 #include "libavutil/avstring.h"
 #include "libavutil/frame.h"
 #include "libavutil/threadmessage.h"
+#include "libavutil/thread.h" // not public
 
 struct sender_data {
     int id;
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 746ecb6..3013239 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-$(HAVE_PTHREADS) += fate-api-threadmessage
+FATE_API-$(HAVE_THREADS) += 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



More information about the ffmpeg-cvslog mailing list