2011-10-27 03:59:08 -04:00
|
|
|
$OpenBSD: patch-third_party_ffmpeg_ffmpeg_gyp,v 1.7 2011/10/27 07:59:09 robert Exp $
|
|
|
|
--- third_party/ffmpeg/ffmpeg.gyp.orig Wed Oct 26 13:54:51 2011
|
|
|
|
+++ third_party/ffmpeg/ffmpeg.gyp Wed Oct 26 13:55:42 2011
|
|
|
|
@@ -227,6 +227,12 @@
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
|
|
|
|
+ ['OS=="openbsd"', {
|
|
|
|
+ # OpenBSD's gcc (4.2.1) does not support this flag
|
|
|
|
+ 'cflags!': [
|
|
|
|
+ '-fno-signed-zeros',
|
|
|
|
+ ],
|
|
|
|
+ }],
|
|
|
|
['OS=="mac"', {
|
|
|
|
'conditions': [
|
|
|
|
['mac_breakpad==1', {
|