089acff6fe
+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
$OpenBSD: patch-media_media_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
|
|
--- media/media.gyp.orig Tue Apr 26 10:01:05 2011
|
|
+++ media/media.gyp Thu Apr 28 11:17:49 2011
|
|
@@ -177,6 +177,9 @@
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lasound',
|
|
+ '-lavcodec',
|
|
+ '-lavformat',
|
|
+ '-lavutil',
|
|
],
|
|
},
|
|
}],
|