Skip to content
Snippets Groups Projects
Commit d5cb9994 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

build: support x264 for x86

Support nasm assembler for macOS, as it is default assembler for x264

Change-Id: Id199164e9ee21c3d1b65bb32def4347b585135cd
parent 5a0016bf
No related branches found
No related tags found
No related merge requests found
......@@ -143,12 +143,12 @@ PACMAN_DEPENDENCIES = [
OSX_DEPENDENCIES = [
'autoconf', 'cmake', 'gettext', 'pkg-config', 'qt5',
'libtool', 'yasm', 'automake'
'libtool', 'yasm', 'nasm', 'automake'
]
OSX_DEPENDENCIES_UNLINK = [
'autoconf*', 'cmake*', 'gettext*', 'pkg-config*', 'qt*', 'qt@5.*',
'libtool*', 'yasm*', 'automake*', 'gnutls*', 'nettle*', 'msgpack*'
'libtool*', 'yasm*', 'nasm*', 'automake*', 'gnutls*', 'nettle*', 'msgpack*'
]
IOS_DEPENDENCIES = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment