From e4ec3e4bd70c4dabdeb7883101cd14ee43ec5e17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Tue, 17 Apr 2012 11:44:18 +0400 Subject: [PATCH] rtmp: link to winsock library on Windows https://bugzilla.gnome.org/show_bug.cgi?id=674243 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 448790ac0..724553370 100644 --- a/configure.ac +++ b/configure.ac @@ -411,8 +411,10 @@ AM_CONDITIONAL(HAVE_WINSOCK2_H, test "x$HAVE_WINSOCK2_H" = "xyes") if test "x$HAVE_WINSOCK2_H" = "xyes"; then DCCP_LIBS="$DCCP_LIBS -lws2_32" XDG_LIBS="$XDG_LIBS -lws2_32" + RTMP_LIBS="$RTMP_LIBS -lws2_32" AC_SUBST(DCCP_LIBS) AC_SUBST(XDG_LIBS) + AC_SUBST(RTMP_LIBS) fi if test "x$HAVE_PTHREAD_H" = "xyes"; then -- 2.34.1