[SCM] obs-studio/master: Do not build with -msse

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Feb 25 19:42:07 UTC 2016


The following commit has been merged in the master branch:
commit d5f55aa88b6eef48571a377bb0cba5329a6aeda0
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Feb 25 20:41:52 2016 +0100

    Do not build with -msse

diff --git a/debian/patches/0002-Buildsystem.patch b/debian/patches/0002-Buildsystem.patch
index 262c7e7..350b056 100644
--- a/debian/patches/0002-Buildsystem.patch
+++ b/debian/patches/0002-Buildsystem.patch
@@ -39,17 +39,25 @@ Last-Update: 2016-02-24
  	if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
  		# use the sysinfo compatibility library on bsd
  		find_package(Libsysinfo REQUIRED)
-@@ -354,6 +373,10 @@
- 			-msse2)
- endif()
+@@ -346,15 +365,11 @@
+ 	PUBLIC
+ 		HAVE_OBSCONFIG_H)
  
+-if(NOT MSVC)
+-	target_compile_options(libobs
+-		PUBLIC
+-			-mmmx
+-			-msse
+-			-msse2)
 +if(UNIX)
 +	set_source_files_properties(${libobs_SOURCES} PROPERTIES
 +			COMPILE_FLAGS "-fvisibility=hidden")
-+endif()
+ endif()
  
+-
  target_compile_options(libobs
  	PUBLIC
+ 		"${THREADS_DEFINITIONS}")
 --- a/obs/CMakeLists.txt
 +++ b/obs/CMakeLists.txt
 @@ -81,16 +81,13 @@

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list