mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Fix build
This commit is contained in:
parent
7a15df0343
commit
19747f8067
1 changed files with 3 additions and 3 deletions
|
|
@ -139,8 +139,8 @@ class FFmpeg final {
|
|||
using av_codec_is_encoder_func = int (*)(const AVCodec *codec);
|
||||
|
||||
// libavfilter
|
||||
using avfilter_graph_parse_ptr_func = int (*)(AVFilterGraph *graph, const char *filters, AVFilterInOut **inputs,
|
||||
AVFilterInOut **outputs, void *log_ctx);
|
||||
/*using avfilter_graph_parse_ptr_func = int (*)(AVFilterGraph *graph, const char *filters, AVFilterInOut **inputs,
|
||||
AVFilterInOut **outputs, void *log_ctx);*/
|
||||
|
||||
struct DlHandler {
|
||||
void operator()(void *handle) const {
|
||||
|
|
@ -201,7 +201,7 @@ class FFmpeg final {
|
|||
av_codec_is_encoder_func av_codec_is_encoder_f{};
|
||||
|
||||
// libavfilter
|
||||
avfilter_graph_parse_ptr_func avfilter_graph_parse_ptr_f{};
|
||||
// avfilter_graph_parse_ptr_func avfilter_graph_parse_ptr_f{};
|
||||
|
||||
DlHandlerGuard libavformat{};
|
||||
DlHandlerGuard libavutil{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue