a52e8efd8d
- switch chromium to use clang/llvm instead of gcc - switch back to the internal libvpx because it's an unreleased version at this point - re-enable SSE2 support
22 lines
670 B
Plaintext
22 lines
670 B
Plaintext
$OpenBSD: patch-third_party_libyuv_libyuv_gyp,v 1.2 2013/04/03 08:19:10 robert Exp $
|
|
--- third_party/libyuv/libyuv.gyp.orig.port Fri Mar 22 02:15:28 2013
|
|
+++ third_party/libyuv/libyuv.gyp Tue Apr 2 21:05:18 2013
|
|
@@ -21,6 +21,9 @@
|
|
'<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg',
|
|
],
|
|
}, {
|
|
+ 'include_dirs': [
|
|
+ '/usr/local/include',
|
|
+ ],
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-ljpeg',
|
|
@@ -30,6 +33,7 @@
|
|
],
|
|
'defines': [
|
|
'HAVE_JPEG',
|
|
+ 'YUV_DISABLE_ASM',
|
|
# 'LIBYUV_BUILDING_SHARED_LIBRARY',
|
|
],
|
|
'include_dirs': [
|