[FFmpeg-user] avformat_find_stream_info broken recently with multiple threads?
Dennis Volodomanov
volodomanov at gmail.com
Mon Jan 7 10:47:48 CET 2013
Carl,
Carl Eugen Hoyos wrote:
>
> Could you post the config.log output beginning with
> "check_func pthread_create" undtil "check_lib math.h"?
I don't have "check_func pthread_create" anymore in the config.log, but
here's what I have:
check_lib2 pthread.h pthread_create -pthread
check_func_headers pthread.h pthread_create -pthread
check_ld cc -pthread
check_cc -pthread
BEGIN /tmp/ffconf.lKlgR6It.c
1 #include <pthread.h>
2 long check_pthread_create(void) { return (long) pthread_create; }
3 int main(void) { return 0; }
END /tmp/ffconf.lKlgR6It.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99
-fomit-frame-pointer -pthread -c -o /tmp/ffconf.LPLyfK2n.o
/tmp/ffconf.lKlgR6It.c
gcc -Wl,--as-needed -pthread -o /tmp/ffconf.FbuZ7bnm
/tmp/ffconf.LPLyfK2n.o -lrt
check_func pthread_cancel
check_ld cc
check_cc
BEGIN /tmp/ffconf.lKlgR6It.c
1 extern int pthread_cancel();
2 int main(void){ pthread_cancel(); }
END /tmp/ffconf.lKlgR6It.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99
-fomit-frame-pointer -c -o /tmp/ffconf.LPLyfK2n.o /tmp/ffconf.lKlgR6It.c
gcc -Wl,--as-needed -o /tmp/ffconf.FbuZ7bnm /tmp/ffconf.LPLyfK2n.o
-pthread -lrt
check_lib math.h sin -lm
Thanks,
Dennis
More information about the ffmpeg-user
mailing list