openbsd-ports/www/chromium/patches/patch-third_party_ffmpeg_ffmpeg_gyp
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

22 lines
677 B
Plaintext

$OpenBSD: patch-third_party_ffmpeg_ffmpeg_gyp,v 1.2 2011/02/08 09:43:02 espie Exp $
--- third_party/ffmpeg/ffmpeg.gyp.orig Fri Jan 21 10:22:21 2011
+++ third_party/ffmpeg/ffmpeg.gyp Mon Jan 24 10:13:53 2011
@@ -82,7 +82,7 @@
'ffmpeg_variant%': '<(target_arch)',
'use_system_ffmpeg%': 0,
- 'use_system_yasm%': 0,
+ 'use_system_yasm%': 1,
'build_ffmpegsumo%': 1,
'use_system_vpx%': 0,
@@ -433,7 +433,7 @@
}, {
# Using libvpx provided by the system.
'include_dirs': [
- '/usr/include/vpx',
+ '/usr/local/include',
],
}
],