Files
Martin Pulec 2af4ace259 Reed-Solomon (zfec): fixed fec_new fail
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)
2023-10-06 08:06:05 +02:00
..
2021-02-24 09:54:24 +01:00

External dependencies

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).