16 lines
523 B
Plaintext
16 lines
523 B
Plaintext
$OpenBSD: patch-third_party_libvpx_libvpx_gyp,v 1.3 2011/06/08 20:36:56 robert Exp $
|
|
--- third_party/libvpx/libvpx.gyp.orig Mon Jun 6 11:43:07 2011
|
|
+++ third_party/libvpx/libvpx.gyp Wed Jun 8 09:58:37 2011
|
|
@@ -228,6 +228,11 @@
|
|
'libvpx_path': 'lib/linux/arm',
|
|
},
|
|
}],
|
|
+ ['OS=="openbsd"', {
|
|
+ 'variables': {
|
|
+ 'libvpx_path': '/usr/local/lib',
|
|
+ },
|
|
+ }],
|
|
['OS=="win"', {
|
|
'variables': {
|
|
'libvpx_path': 'lib/win/ia32',
|