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

Michael Niedermayer michaelni at gmx.at
Wed Mar 5 22:49:05 CET 2014


On Wed, Mar 05, 2014 at 06:33:42PM +0200, Andrey Myznikov wrote:
> 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
> 
> 
> 
> 
> 
> 

>  iec61883.c |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> e5e9544f9474a2b8b8aec90d970e2c078d1f1f73  0001-Fix-pthread-related-compile-errors-in-iec61883.c.patch
> From 2a8a6be30c69c2bd9a82722735b4e96b239263db Mon Sep 17 00:00:00 2001
> From: Andrey Myznikov <andrey.myznikov at gmail.com>
> Date: Wed, 5 Mar 2014 18:21:07 +0200
> Subject: [PATCH] Fix pthread-related compile errors in iec61883.c

patch applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140305/9b151db0/attachment.asc>


More information about the ffmpeg-devel mailing list