[FFmpeg-user] avformat_find_stream_info broken recently with multiple threads?

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 7 12:12:19 CET 2013


Dennis Volodomanov <volodomanov <at> gmail.com> writes:

> check_code ld pthread.h pthread_create(NULL, NULL, NULL, NULL) cc -pthread
> check_ld cc -pthread
> check_cc -pthread
> BEGIN /tmp/ffconf.39UOYF2A.c
>      1    #include <pthread.h>
>      2    int main(void) { pthread_create(NULL, NULL, NULL, NULL); 
> return 0; }
> END /tmp/ffconf.39UOYF2A.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.rYCYfqUu.o 
> /tmp/ffconf.39UOYF2A.c
> gcc -Wl,--as-needed -pthread -o /tmp/ffconf.7BZl4P1c 
> /tmp/ffconf.rYCYfqUu.o -lrt

Iirc, compilation of above stand-alone program failed 
for you:
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/42832/focus=42874

What is different?

Carl Eugen



More information about the ffmpeg-user mailing list