gstreamer/gst/librfb
Marc-André Lureau 2f20ec7312 rfbsrc: fix librfb linking on win32
libtool: link:  i686-w64-mingw32-gcc -shared .libs/libgstrfbsrc.dll.def
.libs/libgstrfbsrc_la-gstrfbsrc.o  -Wl,--whole-archive ./.libs/librfb.a
-Wl,--no-whole-archive  -L/usr/i686-w64-mingw32/sys-root/mingw/lib
-lgstbase-0.10 -lgstreamer-0.10 -lxml2 -lgobject-2.0 -lgthread-2.0
-lgmodule-2.0 -lglib-2.0 -lintl  -mms-bitfields -mms-bitfields -O2   -o
.libs/libgstrfbsrc.dll -Wl,--enable-auto-image-base -Xlinker
--out-implib -Xlinker .libs/libgstrfbsrc.dll.a
Creating library file: .libs/libgstrfbsrc.dll.a
./.libs/librfb.a(librfb_la-rfbdecoder.o): In function
`rfb_decoder_read':
/home/elmarco/pkg/rhel/mingw-gstreamer-plugins-bad-free/gst-plugins-bad-0.10.23/build_win32/gst/librfb/../../../gst/librfb/rfbdecoder.c:164:
undefined reference to `_imp__recv@16'
./.libs/librfb.a(librfb_la-rfbdecoder.o): In function
`rfb_decoder_connect_tcp':
/home/elmarco/pkg/rhel/mingw-gstreamer-plugins-bad-free/gst-plugins-bad-0.10.23/build_win32/gst/librfb/../../../gst/librfb/rfbdecoder.c:112:
undefined reference to `_imp__socket@12'
/home/elmarco/pkg/rhel/mingw-gstreamer-plugins-bad-free/gst-plugins-bad-0.10.23/build_win32/gst/librfb/../../../gst/librfb/rfbdecoder.c:119:
undefined reference to `_imp__htons@4'
/home/elmarco/pkg/rhel/mingw-gstreamer-plugins-bad-free/gst-plugins-bad-0.10.23/build_win32/gst/librfb/../../../gst/librfb/rfbdecoder.c:123:
undefined reference to `_imp__inet_addr@4'
/home/elmarco/pkg/rhel/mingw-gstreamer-plugins-bad-free/gst-plugins-bad-0.10.23/build_win32/gst/librfb/../../../gst/librfb/rfbdecoder.c:125:
undefined reference to `_imp__connect@12'

It needs -lws2_32 which is already in $(WINSOCK2_LIBS)

https://bugzilla.gnome.org/show_bug.cgi?id=675415
2012-05-07 23:59:48 +01:00
..
d3des.c Add -Wold-style-definition 2010-03-22 16:56:03 +01:00
d3des.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
gstrfbsrc.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstrfbsrc.h gst/librfb/gstrfbsrc.*: Add view-only property to ignore the navigation events 2008-07-08 21:20:27 +00:00
Makefile.am rfbsrc: fix librfb linking on win32 2012-05-07 23:59:48 +01:00
rfb.c Port librfb to 0.10 (#376106). 2006-11-17 03:15:40 +00:00
rfb.h gst/librfb/: remove the rfbbytestream dead code 2007-10-16 18:33:44 +00:00
rfbbuffer.c gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
rfbbuffer.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
rfbcontext.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
rfbdecoder.c gst: some more unused-but-set-variable warning fixes 2011-06-04 20:35:03 +01:00
rfbdecoder.h rfbsrc: fail more gracefully if source gets disconnected or geometry changes 2010-12-12 23:36:56 +00:00
rfbutil.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00
vncauth.c librfb: don't leak password on error 2011-05-20 00:16:00 +03:00
vncauth.h gst/librfb/: Added copyrect encoding 2007-10-31 14:09:25 +00:00