fixed some build issues on non-windows systems
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
INCLUDES = -iquote$(top_srcdir)/libobs
|
||||
INCLUDES = -isystem$(top_srcdir)/libobs
|
||||
|
||||
if OS_WIN
|
||||
if ARCH_X86
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "obs.h"
|
||||
#include <obs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "util/c99defs.h"
|
||||
#include <util/c99defs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "obs.h"
|
||||
#include <obs.h>
|
||||
#include "test-input-exports.h"
|
||||
|
||||
const char *inputs[] = {"random"};
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "obs.h"
|
||||
#include <obs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
INCLUDES = -iquote$(top_srcdir)/libobs
|
||||
INCLUDES = -isystem$(top_srcdir)/libobs
|
||||
AM_CPPFLAGS = -DUNICODE -D_UNICODE
|
||||
|
||||
builddir = ../../build
|
||||
|
@@ -2,9 +2,9 @@
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "util/base.h"
|
||||
#include "media-io/audio-resampler.h"
|
||||
#include "obs.h"
|
||||
#include <util/base.h>
|
||||
#include <media-io/audio-resampler.h>
|
||||
#include <obs.h>
|
||||
|
||||
#include <intrin.h>
|
||||
|
||||
|
Reference in New Issue
Block a user