blob: f98fffd89d028462de262a01e01e281efc9aad48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/libvpx/libvpx.gyp.orig 2012-01-29 21:54:54.000000000 +0200
+++ third_party/libvpx/libvpx.gyp 2012-01-29 21:55:14.000000000 +0200
@@ -13,7 +13,7 @@
],
},
'conditions': [
- [ '(OS=="linux" or OS=="mac" or OS=="win") and target_arch!="arm"', {
+ [ '(OS=="linux" or OS=="freebsd" or OS=="mac" or OS=="win") and target_arch!="arm"', {
'targets': [
{
# This libvpx target contains both encoder and decoder.
|