From 5fd51eab31f04f50b049ed0951d19b8e6b2b3cda Mon Sep 17 00:00:00 2001 From: Uro Date: Mon, 27 Jul 2020 16:49:20 +0100 Subject: [PATCH] libobs: Add util/sse2neon.h to CMakeLists Add util/sse2neon.h to libobs_util_HEADERS in CMakelists.txt. The previous patch #3180 for arm/rpi support was missing this in libobs/CMakeLists.txt, and as a result plugins such as obs-websocket, obs-ndi fail to compile on arm/rpi as the header is not copied with the install. --- libobs/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libobs/CMakeLists.txt b/libobs/CMakeLists.txt index f2b28d5c6..b553b9012 100644 --- a/libobs/CMakeLists.txt +++ b/libobs/CMakeLists.txt @@ -362,6 +362,7 @@ set(libobs_util_SOURCES set(libobs_util_HEADERS util/curl/curl-helper.h util/sse-intrin.h + util/sse2neon.h util/array-serializer.h util/file-serializer.h util/utf8.h