[vlc-devel] [PATCH 0/2] Decklink OSX build fixes

Devin Heitmueller dheitmueller at ltnglobal.com
Fri Sep 7 21:50:54 CEST 2018


The following patches allow for the Decklink support to be
built on MacOS for both capture and output.  Note that
the previous patch series included WIN32 versions of the
macros, but they have been removed given there is no chance
the decklink module will work under Win32 without significant
additional work unrelated to the string functions.

Devin Heitmueller (2):
  SDIStream: Fix missing include
  Make decklink input/output modules build on OSX

 configure.ac                            |  3 ++
 modules/access/decklink.cpp             | 33 +++++++++++++++-----
 modules/access/vlc_decklink.h           | 54 +++++++++++++++++++++++++++++++++
 modules/stream_out/sdi/DBMSDIOutput.cpp | 11 +++++--
 modules/stream_out/sdi/DBMSDIOutput.hpp |  3 +-
 modules/stream_out/sdi/SDIStream.hpp    |  1 +
 modules/video_output/decklink.cpp       | 20 +++++++++---
 7 files changed, 108 insertions(+), 17 deletions(-)
 create mode 100644 modules/access/vlc_decklink.h

-- 
2.13.2



More information about the vlc-devel mailing list