Removes prior attempt to expose libcaption headers which really shouldnt have public. This instead moves the obs-internal include out of the public obs-scene.h and into it's implementation.
@@ -36,7 +36,6 @@ set(CAPTION_HEADERS
)
add_library(caption STATIC ${CAPTION_SOURCES})
-install_obs_headers("caption/caption.h")
set_target_properties(caption PROPERTIES
FOLDER "deps"
POSITION_INDEPENDENT_CODE ON)
@@ -20,6 +20,7 @@
#include "util/util_uint64.h"
#include "graphics/math-defs.h"
#include "obs-scene.h"
+#include "obs-internal.h"
const struct obs_source_info group_info;
@@ -18,7 +18,6 @@
#pragma once
#include "obs.h"
-#include "obs-internal.h"
#include "graphics/matrix4.h"
/* how obs scene! */