mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 19:40:24 +00:00
zfec: revert headers incl removal
removed 2023-11-16 by commit c8080a4f
config.h include is actually requested (HAVE_ZFEC). If config.h is
included and HAVE_ZFEC is defined, also other headers, which have been
deleted, are required as well.
This commit is contained in:
@@ -41,11 +41,15 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include "config.h"
|
||||
#include "debug.h"
|
||||
#include "rtp/rs.h"
|
||||
#include "rtp/rtp_types.h"
|
||||
#include "transmit.h"
|
||||
#include "ug_runtime_error.hpp"
|
||||
#include "utils/color_out.h"
|
||||
#include "utils/text.h"
|
||||
#include "video.h"
|
||||
|
||||
#define DEFAULT_K 200
|
||||
#define DEFAULT_N 240
|
||||
|
||||
Reference in New Issue
Block a user