[FFmpeg-devel] [PATCH 2/3] avformat/udp: Use avutil compat pthread_cond_timedwait.
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sat Dec 10 15:21:09 EET 2016
2016-12-07 7:04 GMT+01:00 Matt Oliver <protogonoi at gmail.com>:
> -#if HAVE_PTHREAD_CANCEL
> -#include <pthread.h>
> -#endif
> -
> #ifndef HAVE_PTHREAD_CANCEL
> #define HAVE_PTHREAD_CANCEL 0
> #endif
Do you know what this block is supposed to do?
If you remove it first, the diff gets much smaller...
Carl Eugen
More information about the ffmpeg-devel
mailing list