summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2012-04-17 11:44:18 +0400
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-05 16:22:59 +0100
commite4ec3e4bd70c4dabdeb7883101cd14ee43ec5e17 (patch)
treeeaea0ad05d7aa001007cb78e2eab2b7ae5005799
parent77e08b4ae79b81d6fafc63462d0fdca091cf914d (diff)
downloadgstreamer-plugins-bad-e4ec3e4bd70c4dabdeb7883101cd14ee43ec5e17.tar.gz
rtmp: link to winsock library on Windows
https://bugzilla.gnome.org/show_bug.cgi?id=674243
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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