New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -174,8 +174,20 @@ elseif(UNIX)
|
|||
util/pipe-posix.c
|
||||
util/platform-nix.c)
|
||||
|
||||
set(libobs_PLATFORM_HEADERS
|
||||
util/threading-posix.h)
|
||||
if(NEEDS_SIMDE)
|
||||
set(libobs_PLATFORM_HEADERS
|
||||
util/simde/check.h
|
||||
util/simde/hedley.h
|
||||
util/simde/mmx.h
|
||||
util/simde/simde-arch.h
|
||||
util/simde/simde-common.h
|
||||
util/simde/sse.h
|
||||
util/simde/sse2.h
|
||||
util/threading-posix.h)
|
||||
else()
|
||||
set(libobs_PLATFORM_HEADERS
|
||||
util/threading-posix.h)
|
||||
endif()
|
||||
|
||||
if(HAVE_PULSEAUDIO)
|
||||
set(libobs_audio_monitoring_HEADERS
|
||||
|
|
@ -278,6 +290,7 @@ set(libobs_graphics_SOURCES
|
|||
graphics/math-extra.c
|
||||
graphics/graphics-imports.c)
|
||||
set(libobs_graphics_HEADERS
|
||||
graphics/half.h
|
||||
graphics/plane.h
|
||||
graphics/quat.h
|
||||
graphics/input.h
|
||||
|
|
@ -337,15 +350,14 @@ set(libobs_util_SOURCES
|
|||
util/cf-parser.c
|
||||
util/profiler.c)
|
||||
set(libobs_util_HEADERS
|
||||
util/curl/curl-helper.h
|
||||
util/sse-intrin.h
|
||||
util/array-serializer.h
|
||||
util/file-serializer.h
|
||||
util/utf8.h
|
||||
util/crc32.h
|
||||
util/base.h
|
||||
util/text-lookup.h
|
||||
util/vc/vc_inttypes.h
|
||||
util/vc/vc_stdbool.h
|
||||
util/vc/vc_stdint.h
|
||||
util/bmem.h
|
||||
util/c99defs.h
|
||||
util/util_uint128.h
|
||||
|
|
@ -465,19 +477,9 @@ target_compile_definitions(libobs
|
|||
PUBLIC
|
||||
HAVE_OBSCONFIG_H)
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)64le")
|
||||
target_compile_options(libobs
|
||||
PUBLIC
|
||||
-mvsx)
|
||||
add_compile_definitions(NO_WARN_X86_INTRINSICS)
|
||||
elseif(NOT MSVC)
|
||||
target_compile_options(libobs
|
||||
PUBLIC
|
||||
-mmmx
|
||||
-msse
|
||||
-msse2)
|
||||
endif()
|
||||
|
||||
target_compile_options(libobs
|
||||
PUBLIC
|
||||
${ARCH_SIMD_FLAGS})
|
||||
|
||||
target_compile_options(libobs
|
||||
PUBLIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue