From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1AC4845737 for ; Sat, 22 Jul 2023 14:11:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 150A668C5B2; Sat, 22 Jul 2023 17:11:17 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7F2A468C501 for ; Sat, 22 Jul 2023 17:11:09 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id BE77720005 for ; Sat, 22 Jul 2023 14:11:08 +0000 (UTC) From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sat, 22 Jul 2023 16:11:02 +0200 Message-Id: <20230722141104.3327415-3-michael@niedermayer.cc> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20230722141104.3327415-1-michael@niedermayer.cc> References: <20230722141104.3327415-1-michael@niedermayer.cc> MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH 3/5] avradio/sdr: Remove direct inclusion of pthread.h X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Fate tests pass on mingw32 & 64 with this Signed-off-by: Michael Niedermayer --- 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 #include #include 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 #include #include #include "libavutil/avassert.h" -- 2.31.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".