Message ID | 20230722141104.3327415-3-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,1/5] avradio/vissualize: support simple skiping of chars | expand |
Context | Check | Description |
---|---|---|
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
andriy/configure_x86 | warning | Failed to apply patch |
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"
Fate tests pass on mingw32 & 64 with this Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- libavradio/sdr.h | 1 - libavradio/sdrdemux.c | 1 - 2 files changed, 2 deletions(-)