[FFmpeg-devel] 0001-Fix-pthread-related-compile-errors-in-iec61883.c.patch

Andrey Myznikov andrey.myznikov at gmail.com
Wed Mar 5 17:33:42 CET 2014


Hello,

     Just  today I tried compile ffmpeg with --disable-pthreads 
configure option and got compilation errors in libavdevice/iec61883.c.
The errors caused by mess in usage of #if and #ifdef directives : some 
times #if THREADS is used, and some times - #ifdef THREADS.
The correct one should be #if THREADS.

Attached patch fixes the incorrect usage of this macro in iec61883.c.

Regards,
Andrey Myznikov






-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-pthread-related-compile-errors-in-iec61883.c.patch
Type: text/x-patch
Size: 1787 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140305/db182812/attachment.bin>


More information about the ffmpeg-devel mailing list