summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-22 02:43:15 +0200
committerDudemanguy <random342@airmail.cc>2023-11-05 17:36:17 +0000
commit56d35da180879ef86a15f89f1f870dcc1cb11e5f (patch)
tree4293ad8854541fc08fda8024e789144ae69ccca1 /stream
parent55ed50ba901e70adda09f1cf8c0de7cf80cabeb3 (diff)
downloadmpv-56d35da180879ef86a15f89f1f870dcc1cb11e5f.tar.bz2
mpv-56d35da180879ef86a15f89f1f870dcc1cb11e5f.tar.xz
mp_thread: add win32 implementation
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_libarchive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_libarchive.c b/stream/stream_libarchive.c
index cfc1f2f96f..61c95cc349 100644
--- a/stream/stream_libarchive.c
+++ b/stream/stream_libarchive.c
@@ -15,7 +15,6 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <pthread.h>
#include <archive.h>
#include <archive_entry.h>