Skip to content

Commit 141a301

Browse files
committed
Build and use YASM
My testing doesn't show much difference, I will take Craig T's word for it :-)
1 parent 7a92d5c commit 141a301

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

OSX/build/osx-packager.pl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'mysqlclient',
6868
#'dbus',
6969
'qt-4.6',
70+
'yasm',
7071
],
7172
'mythplugins'
7273
=> [
@@ -257,7 +258,13 @@
257258
{
258259
'url' => "$sourceforge/sourceforge/libexif/libexif-0.6.17.tar.bz2",
259260
'conf' => [ '--disable-docs' ]
260-
}
261+
},
262+
263+
'yasm' =>
264+
{
265+
'url' => 'http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz',
266+
},
267+
261268
);
262269

263270

0 commit comments

Comments
 (0)