Index of /QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/MPV/LIBASS/

NameLast ModifiedSizeType
../ -  Directory
bin/2026-Apr-18 09:43:45-  Directory
README.txt2026-Apr-18 20:53:060.7Ktext/plain; charset=utf-8
libass.tar.gz2026-Apr-18 09:12:444.9Mapplication/x-gtar-compressed
### Building libass on QNX 8.0 ### 
### git clone copy from https://github.com/libass/libass  on 17.04.2026 

### Install these dependencies first via native apk ### 

apk add fribidi-dev
apk add fribidi
apk add harfbuzz-dev
apk add harfbuzz
apk add freetype-dev
apk add freetype

### Important here is we build libass as static to avoid problem further on 

wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/MPV/LIBASS/libass.tar.gz 
tar -zxvf libass.tar.gz  
cd libass 

AR="ar" RANLIB="ranlib" NM="nm -B" \
CFLAGS="-D_QNX_SOURCE -D__QNXNTO__ -DASS_NO_HARFBUZZ" \
./configure \
  --prefix=/usr/local \
  --enable-static \
  --disable-shared \
  --disable-libunibreak \
  --disable-asm \
  --disable-test 


make -j4
make install 


Webserver 1.0