[FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

Kyle Schwarz zeranoe at gmail.com
Thu Feb 23 01:35:19 EET 2017


Indeed, an unintended change. 644 is preferred.

On Wed, Feb 22, 2017 at 6:26 PM, Ricardo Constantino <wiiaboo at gmail.com>
wrote:

> 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?
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list