summaryrefslogtreecommitdiff
path: root/gst/festival
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 /gst/festival
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 'gst/festival')
-rw-r--r--gst/festival/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/festival/Makefile.am b/gst/festival/Makefile.am
index e1a62ac27..cb8959dc4 100644
--- a/gst/festival/Makefile.am
+++ b/gst/festival/Makefile.am
@@ -1,12 +1,6 @@
plugin_LTLIBRARIES = libgstfestival.la
-if HAVE_WINSOCK2_H
-WINSOCK2_LIBS = -lws2_32
-else
-WINSOCK2_LIBS =
-endif
-
libgstfestival_la_SOURCES = gstfestival.c
libgstfestival_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
# we use net connection now... perhaps use the lib later