fix(capture): fix decklink-bridge include path for fc_writer

This commit is contained in:
Wild Dragon Dev 2026-06-03 17:34:52 +00:00
parent 36740de86b
commit 4b018cb8cb

View file

@ -52,7 +52,7 @@
#ifndef LEGACY_FIFO #ifndef LEGACY_FIFO
extern "C" { extern "C" {
# include "../deltacast-bridge/fc_writer.h" # include "fc_writer.h"
} }
#endif #endif