I'm trying to get libVLC to build on QNX.
when I run
Code: Select all
./configure CC=ntoarm-gcc --host=arm-unknown-nto-qnx6.5.0 --target=arm-unknown-nto-qnx6.5.0 CXX=arm-unknown-nto-qnx6.5.0-g++ CFLAGS=-static CXXFLAGS=-static --disable-lua
Code: Select all
configure: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin.
Is this the correct way to do it?
Doing this does not help much. Do I need to do something else?
Does anyone have any procedure how to configure and build for QNX ?
Any hints?
Thanks