GNOME Bugzilla – Bug 677724
rfbsrc: Fix compiling in Windows
Last modified: 2012-06-14 15:40:17 UTC
Compiling fails in Windows: gstrfbsrc.c: In function 'gst_rfb_src_init': gstrfbsrc.c:200:302: error: 'sink' undeclared (first use in this function) The following patch is for 0.10 branch, but the same problem seems to exist in master as well.
Created attachment 215988 [details] [review] Fix compiling in Windows
Can't compile on Windows, but looks safe enough to push. Also on master, though the plugin's not ported yet, so it still doesn't build there. commit 90aa81127ad03232927b1de1d58ce62b4a3d8b28 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Fri Jun 8 23:01:26 2012 +0300 rfbsrc: Fix compiling in Windows https://bugzilla.gnome.org/show_bug.cgi?id=677724