mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 12:40:05 +00:00
With current zfec code, fec_init() needs to be called prior to fec_new(), otherwise the later one returns NULL. \+ updated submodule to the current zfec version (requiring fec_init(); but UG will compile with the older zfec version as well)
External dependencies
DeckLink
DeckLink SDK API - a BSD-licensed wrapper library dynamically calling actual library.
GPUJPEG
Script bootstrap_gpujpeg.sh tries to bootstrap GPUJPEG statically without
installing. However, using GPUJPEG as a standalone library is preferred if possible.
Zfec
Code of Reed-Solomon error correction. If submodule is initialized, UltraGrid
compiles the code automatically (the files fec.h and fec.c only need to be
present on predefined location).