summaryrefslogtreecommitdiff
path: root/ext/rtmp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-05 18:20:33 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-05 18:20:33 +0100
commitb87f7345db2c998e37eae350ad880a2bb0d0f4cd (patch)
treee04c6f0d0c66b732f827ff84ddf68a8fbe603b48 /ext/rtmp
parente4ec3e4bd70c4dabdeb7883101cd14ee43ec5e17 (diff)
downloadgstreamer-plugins-bad-b87f7345db2c998e37eae350ad880a2bb0d0f4cd.tar.gz
Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some more
One way of passing -lws2_32 to plugins should be enough..
Diffstat (limited to 'ext/rtmp')
-rw-r--r--ext/rtmp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rtmp/Makefile.am b/ext/rtmp/Makefile.am
index bd2398cab..58283e5fe 100644
--- a/ext/rtmp/Makefile.am
+++ b/ext/rtmp/Makefile.am
@@ -4,7 +4,7 @@ libgstrtmp_la_SOURCES = gstrtmpsrc.c gstrtmpsink.c gstrtmp.c
noinst_HEADERS = gstrtmpsrc.h gstrtmpsink.h
libgstrtmp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(RTMP_CFLAGS)
-libgstrtmp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(RTMP_LIBS)
+libgstrtmp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(RTMP_LIBS) $(WINSOCK2_LIBS)
libgstrtmp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtmp_la_LIBTOOLFLAGS = --tag=disable-static