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
3b03bde4
Commit
3b03bde4
authored
Sep 30, 2015
by
Matt Oliver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/async: Allow compilation with native threads.
parent
ae58abea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
async.c
libavformat/async.c
+1
-1
No files found.
configure
View file @
3b03bde4
...
@@ -2693,7 +2693,7 @@ x11grab_indev_deps="x11grab"
...
@@ -2693,7 +2693,7 @@ x11grab_indev_deps="x11grab"
x11grab_xcb_indev_deps
=
"libxcb"
x11grab_xcb_indev_deps
=
"libxcb"
# protocols
# protocols
async_protocol_deps
=
"
p
threads"
async_protocol_deps
=
"threads"
bluray_protocol_deps
=
"libbluray"
bluray_protocol_deps
=
"libbluray"
ffrtmpcrypt_protocol_deps
=
"!librtmp_protocol"
ffrtmpcrypt_protocol_deps
=
"!librtmp_protocol"
ffrtmpcrypt_protocol_deps_any
=
"gcrypt gmp openssl"
ffrtmpcrypt_protocol_deps_any
=
"gcrypt gmp openssl"
...
...
libavformat/async.c
View file @
3b03bde4
...
@@ -34,9 +34,9 @@
...
@@ -34,9 +34,9 @@
#include "libavutil/fifo.h"
#include "libavutil/fifo.h"
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "libavutil/thread.h"
#include "url.h"
#include "url.h"
#include <stdint.h>
#include <stdint.h>
#include <pthread.h>
#if HAVE_UNISTD_H
#if HAVE_UNISTD_H
#include <unistd.h>
#include <unistd.h>
...
...
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