• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libyuv/0001-i386-sse2.patch
Bernd KuhlsBernd Kuhls committed ebf3a6117c511 Aug 2015
Raw file
Source viewDiff to previous
 
1
Fix compilation on non-sse2 platforms
2
​
3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
4
​
5
diff -uNr libyuv-1411.org/include/libyuv/scale_row.h libyuv-1411/include/libyuv/scale_row.h
6
--- libyuv-1411.org/include/libyuv/scale_row.h  2015-05-22 23:39:21.000000000 +0200
7
+++ libyuv-1411/include/libyuv/scale_row.h  2015-05-25 12:35:17.000000000 +0200
8
@@ -33,7 +33,7 @@
9
 
10
 // The following are available on all x86 platforms:
11
 #if !defined(LIBYUV_DISABLE_X86) && \
12
-    (defined(_M_IX86) || defined(__x86_64__) || defined(__i386__))
13
+    (defined(_M_IX86) || defined(__x86_64__) || (defined(__i386__) && defined(__SSE2__)))
14
 #define HAS_FIXEDDIV1_X86
15
 #define HAS_FIXEDDIV_X86
16
 #define HAS_SCALEADDROWS_SSE2
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.