13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
$OpenBSD: patch-third_party_libvpx_libvpx_gyp,v 1.6 2012/02/17 10:19:51 robert Exp $
|
|
--- third_party/libvpx/libvpx.gyp.orig Thu Feb 9 09:46:11 2012
|
|
+++ third_party/libvpx/libvpx.gyp Thu Feb 9 09:46:34 2012
|
|
@@ -13,7 +13,7 @@
|
|
],
|
|
},
|
|
'conditions': [
|
|
- [ '(OS=="linux" or OS=="mac" or OS=="win") and target_arch!="arm"', {
|
|
+ [ '((os_posix==1 and OS!="android") or OS=="win") and target_arch!="arm"', {
|
|
'targets': [
|
|
{
|
|
# This libvpx target contains both encoder and decoder.
|