From 620eff07686e8954d27d59fa7dc8d69ad024d2e0 Mon Sep 17 00:00:00 2001 From: cg2121 Date: Thu, 3 Aug 2023 01:58:55 -0500 Subject: [PATCH] libobs: Make video frame header public This fixes compilation of third party plugins that need this header. --- libobs/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libobs/CMakeLists.txt b/libobs/CMakeLists.txt index 3d982f668..254c0e958 100644 --- a/libobs/CMakeLists.txt +++ b/libobs/CMakeLists.txt @@ -273,6 +273,7 @@ set(public_headers media-io/audio-io.h media-io/frame-rate.h media-io/media-io-defs.h + media-io/video-frame.h media-io/video-io.h obs-audio-controls.h obs-config.h