Re: [FFmpeg-devel] [PATCH] Fix undefined reference to xcb_shape_rectangles in xcbgrab.c

2014-11-23 Thread Carl Eugen Hoyos
Boris Reisig boris.ca> writes: > LD ffmpeg_g > libavdevice/libavdevice.a(xcbgrab.o): In function `xcbgrab_read_header': > xcbgrab.c:(.text.unlikely+0x52c): undefined reference to > `xcb_shape_rectangles' Could you test if my patch fixes the issue for you? http://ffmpeg.org/pipermail/ffmpeg

Re: [FFmpeg-devel] [PATCH] Fix undefined reference to xcb_shape_rectangles in xcbgrab.c

2014-11-23 Thread Michael Niedermayer
Hi On Sun, Nov 23, 2014 at 02:48:54PM -0600, Boris Reisig wrote: > It seems when using the latest ffmpeg from master git, there's an > incompatible change in the last few weeks that prevents libxcb-shape > from being detected properly in ffmpeg so it wouldn't compile > properly. I have written a

[FFmpeg-devel] [PATCH] Fix undefined reference to xcb_shape_rectangles in xcbgrab.c

2014-11-23 Thread Boris Reisig
It seems when using the latest ffmpeg from master git, there's an incompatible change in the last few weeks that prevents libxcb-shape from being detected properly in ffmpeg so it wouldn't compile properly. I have written a patch to fix the detection to make ffmpeg compile properly. Example