summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media__media.gyp
blob: 8a1df5227cba13901c482e3b24292694b6fbdd0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- media/media.gyp.orig	2013-11-08 07:41:32.000000000 +0100
+++ media/media.gyp	2013-11-15 16:39:58.000000000 +0100
@@ -563,7 +563,7 @@
             'audio/openbsd/audio_manager_openbsd.h',
           ],
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or OS=="freebsd"', {
           'variables': {
             'conditions': [
               ['sysroot!=""', {
@@ -836,7 +836,7 @@
             'ENABLE_EAC3_PLAYBACK',
           ],
         }],
-        ['OS!="linux" and OS!="win"', {
+        ['OS!="linux" and OS!="win" and OS!="freebsd"', {
           'sources!': [
             'base/keyboard_event_counter.cc',
             'base/keyboard_event_counter.h',