Hi,
I'm trying to compile GStreamer for Windows using mingw and I get an error when "make" tries to link libgstreamer.dll:
undefined reference to `WSAEventSelect@12'
and more... (I cannot copy all the ouput as I can't copy/paste with msys)
I saw It doesn't link -lws2_32.
I found a previous
configure.ac with this sentences:
AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes) |
AM_CONDITIONAL(HAVE_WINSOCK2_H, test "x$HAVE_WINSOCK2_H" = "xyes") |
if test "x$HAVE_WINSOCK2_H" = "xyes"; then |
WIN32_LIBS="-lws2_32" |
AC_SUBST(WIN32_LIBS) |
fi |
Why it's not used anymore?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel