[SCM] x265/master: Refresh patch
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Apr 7 21:12:55 UTC 2015
The following commit has been merged in the master branch:
commit ac7513e944e71878095e9e1f90f306a9c1e2c444
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Apr 7 22:44:27 2015 +0200
Refresh patch
diff --git a/debian/patches/compile-flags.patch b/debian/patches/compile-flags.patch
index eea3b9a..7569f30 100644
--- a/debian/patches/compile-flags.patch
+++ b/debian/patches/compile-flags.patch
@@ -5,16 +5,15 @@ Last-Update: 2014-11-30
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
-@@ -130,12 +130,6 @@
- if(ENABLE_PIC)
- add_definitions(-fPIC)
- endif(ENABLE_PIC)
-- if(X86 AND NOT X64)
+@@ -152,11 +152,6 @@
+ else()
+ add_definitions(-march=native)
+ endif()
+- elseif(X86 AND NOT X64)
- add_definitions(-march=i686)
- endif()
- if(ARM)
- add_definitions(-march=armv6 -mfloat-abi=hard -mfpu=vfp)
-- endif()
- check_cxx_compiler_flag(-Wno-narrowing CC_HAS_NO_NARROWING)
- check_cxx_compiler_flag(-Wno-array-bounds CC_HAS_NO_ARRAY_BOUNDS)
- if (CC_HAS_NO_ARRAY_BOUNDS)
+ endif()
+ if(FPROFILE_GENERATE)
+ if(INTEL_CXX)
--
x265 packaging
More information about the pkg-multimedia-commits
mailing list