[FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency
Ricardo Constantino
wiiaboo at gmail.com
Thu Feb 23 01:26:07 EET 2017
On 22 February 2017 at 22:55, Kyle Schwarz <zeranoe at gmail.com> wrote:
> DeckLink depends on pthread, and is silently disabled if pthread is
> missing.
>
> Also fixes w32pthreads to support C++.
> ---
> compat/w32pthreads.h | 31 +++++++++++++++++++------------
> configure | 4 ++--
> libavdevice/decklink_common.cpp | 3 ---
> libavdevice/decklink_common.h | 4 +++-
> libavdevice/decklink_dec.cpp | 3 ---
> libavdevice/decklink_enc.cpp | 14 ++++++--------
> 6 files changed, 30 insertions(+), 29 deletions(-)
> mode change 100644 => 100755 compat/w32pthreads.h
> mode change 100644 => 100755 libavdevice/decklink_common.cpp
> mode change 100644 => 100755 libavdevice/decklink_common.h
> mode change 100644 => 100755 libavdevice/decklink_dec.cpp
> mode change 100644 => 100755 libavdevice/decklink_enc.cpp
>
>
These modes are probably unintended?
More information about the ffmpeg-devel
mailing list