Build libass with MacOS
- Install the prerequisites:
1brew install freetype fribidi nasm pkg-config libtool - Run command glibtoolize, otherwise you will get the error: Libtool library used but ‘LIBTOOL’ is undefined
- Do the common build process:
1234./autogen.sh./configure --prefix=/outdirectorymakemake install