remove last references to the bundled simde paths

This commit is contained in:
Michael R. Crusoe 2020-05-29 10:30:02 +02:00
parent f8c0f2d52c
commit 8bdc468f32
No known key found for this signature in database
GPG key ID: 3C26763F6C67E6E2
2 changed files with 24 additions and 0 deletions

View file

@ -11,3 +11,19 @@ Subject: Use the simd everywhere headers from libsimde-dev
#define __m128 simde__m128
#define _mm_setzero_ps simde_mm_setzero_ps
--- obs-studio.orig/libobs/CMakeLists.txt
+++ obs-studio/libobs/CMakeLists.txt
@@ -186,13 +186,6 @@
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