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

2014-11-23 Thread Boris Reisig
hape_rectangles' collect2: error: ld returned 1 exit status Makefile:122: recipe for target 'ffmpeg_g' failed make: *** [ffmpeg_g] Error 1 # This fixes the latest ffmpeg not compiling the latest libxcb with shape support. Boris Reisig --- configure-original 2014-11-23 12:45:45

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

2014-11-24 Thread Boris Reisig
Sorry, here's an update of my patch that works with (--enable-libxcb-shape) and without (--disable-libxcb-shape) now. Attached is v2 of the patch. On 11/23/2014 5:13 PM, Michael Niedermayer wrote: Hi On Sun, Nov 23, 2014 at 02:48:54PM -0600, Boris Reisig wrote: It seems when usin