[vlc-commits] [Git][videolan/vlc][master] vout: decklink: fix build with decklink SDK < 11
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Dec 17 12:26:47 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
1bf445b9 by Francois Cartegnie at 2021-12-17T11:55:32+00:00
vout: decklink: fix build with decklink SDK < 11
9168091a46266f51e30e49045627b9d23ff75e0e regression
- - - - -
1 changed file:
- modules/video_output/decklink.cpp
Changes:
=====================================
modules/video_output/decklink.cpp
=====================================
@@ -59,6 +59,7 @@
#if BLACKMAGIC_DECKLINK_API_VERSION < 0x0b010000
#define IID_IDeckLinkProfileAttributes IID_IDeckLinkAttributes
#define IDeckLinkProfileAttributes IDeckLinkAttributes
+ #define bmdVideoConnectionUnspecified 0
#endif
#define FRAME_SIZE 1920
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1bf445b920f066f0967052cc92e532958d4d7fb2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1bf445b920f066f0967052cc92e532958d4d7fb2
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list