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

Pavel Vazharov pvazharov at abaltatech.com
Wed Jul 10 18:16:01 CEST 2013


Hi,

Sorry about top posting. I didn't noticed that gmail does this by default.
Is it ok in this way or I should do bottom posting?

=========================================
# uname -m
x86pc
# uname -s
QNX

=========================================
Last 25 lines from the config.log.

yuv4mpegpipe_muxer=yes
zero12v_decoder=yes
zerocodec_decoder=yes
zerocodec_decoder_select=zlib
zlib_decoder=yes
zlib_decoder_select=zlib
zlib_encoder=yes
zlib_encoder_select=zlib
zmbv_decoder=yes
zmbv_decoder_select=zlib
zmbv_encoder=yes
zmbv_encoder_select=zlib
zmq_filter=yes
zmq_filter_deps=libzmq
WARNING: pkg-config not found, library detection may fail.
mktemp -u XXXXXX
./configure[2609]: mktemp: cannot execute - No such file or directory
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
C compiler test failed.


In my opinion the problem is in the line
gcc -c -o /tmp/ffconf..localhost..22065188.c
which should be something like
gcc -c /tmp/ffconf..localhost..22065188.c -o ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130710/0175ac09/attachment.html>


More information about the Libav-user mailing list