[Libav-user] Build of ffmpeg library with libx264 support for QNX

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 10 22:34:36 CEST 2013


Pavel Vazharov <pvazharov at ...> writes:

> check_ld cc
> check_cc
> BEGIN /tmp/ffconf..localhost..22065188.c
>    1    int main(void){ return 0; }
> END /tmp/ffconf..localhost..22065188.c
> gcc -c -o /tmp/ffconf..localhost..22065188.c
> gcc: no input files

Please find the following line in the function 
"check_cc" in the file configure (around line 764):

check_cmd $cc $CPPFLAGS $CFLAGS "$@" -c $(cc_o $TMPO) $TMPC

Change it to the following and report back:
check_cmd $cc $CPPFLAGS $CFLAGS "$@" -c -o $TMPO $TMPC
("-o $TMPO" instead of "$(cc_o $TMPO)")

Thank you for the report!
Please understand that without such reports, it is 
impossible to fix these bugs.

Carl Eugen



More information about the Libav-user mailing list