Merge pull request #2206 from pgwipeout/aarch64
libobs: fix building modules once installed
This commit is contained in:
commit
d35a9abd1d
@ -21,7 +21,7 @@
|
||||
#include "math-defs.h"
|
||||
#include "vec3.h"
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "../util/sse-intrin.h"
|
||||
|
||||
/*
|
||||
* Quaternion math
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "math-defs.h"
|
||||
#include "vec4.h"
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "../util/sse-intrin.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "math-defs.h"
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "../util/sse-intrin.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "format-conversion.h"
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "../util/sse-intrin.h"
|
||||
|
||||
/* ...surprisingly, if I don't use a macro to force inlining, it causes the
|
||||
* CPU usage to boost by a tremendous amount in debug builds. */
|
||||
|
@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "util/sse-intrin.h"
|
||||
|
||||
#include "util/threading.h"
|
||||
#include "util/bmem.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user