openbsd-ports/www/chromium/patches/patch-third_party_ffmpeg_ffmpeg_gyp
robert 1d1f0ea496 update to 15.0.874.102.
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00

17 lines
649 B
Plaintext

$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', {