Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
dc97ff83
Commit
dc97ff83
authored
Dec 07, 2015
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate/api: add w32+os2 support for fate-api-threadmessage
parent
2730a201
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
tests/api/Makefile
+1
-1
api-threadmessage-test.c
tests/api/api-threadmessage-test.c
+1
-2
api.mak
tests/fate/api.mak
+1
-1
No files found.
tests/api/Makefile
View file @
dc97ff83
...
...
@@ -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_
P
THREADS)
+=
api-threadmessage
APITESTPROGS-$(HAVE_THREADS)
+=
api-threadmessage
APITESTPROGS
+=
$
(
APITESTPROGS-yes
)
APITESTOBJS
:=
$
(
APITESTOBJS:%
=
$(APITESTSDIR)
%
)
$
(
APITESTPROGS:%
=
$(APITESTSDIR)
/%-test.o
)
...
...
tests/api/api-threadmessage-test.c
View file @
dc97ff83
...
...
@@ -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
;
...
...
tests/fate/api.mak
View file @
dc97ff83
...
...
@@ -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_
P
THREADS) += 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment