[FFmpeg-cvslog] [ffmpeg-radio] 03/05: avradio/sdr: Remove direct inclusion of pthread.h
Michael Niedermayer
ffmpeg-git at ffmpeg.org
Mon Jul 24 20:11:28 EEST 2023
This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository libavradio.
commit 8d26664a44559c51bc0f75a43e4ed5716ece5918
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Fri Jul 21 21:06:03 2023 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Sat Jul 22 15:46:10 2023 +0200
avradio/sdr: Remove direct inclusion of pthread.h
Fate tests pass on mingw32 & 64 with this
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
libavradio/sdr.h | 1 -
libavradio/sdrdemux.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/libavradio/sdr.h b/libavradio/sdr.h
index c651ba0d99..4349763bd1 100644
--- a/libavradio/sdr.h
+++ b/libavradio/sdr.h
@@ -22,7 +22,6 @@
#ifndef AVRADIO_SDR_H
#define AVRADIO_SDR_H
-#include <pthread.h>
#include <stdatomic.h>
#include <float.h>
diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c
index 8967ff1ea9..66130d9662 100644
--- a/libavradio/sdrdemux.c
+++ b/libavradio/sdrdemux.c
@@ -35,7 +35,6 @@
#include "sdr.h"
-#include <pthread.h>
#include <stdatomic.h>
#include <float.h>
#include "libavutil/avassert.h"
More information about the ffmpeg-cvslog
mailing list