diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-05 18:20:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-05 18:20:33 +0100 |
commit | b87f7345db2c998e37eae350ad880a2bb0d0f4cd (patch) | |
tree | e04c6f0d0c66b732f827ff84ddf68a8fbe603b48 /gst/pcapparse | |
parent | e4ec3e4bd70c4dabdeb7883101cd14ee43ec5e17 (diff) | |
download | gstreamer-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/pcapparse')
-rw-r--r-- | gst/pcapparse/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gst/pcapparse/Makefile.am b/gst/pcapparse/Makefile.am index 6c357f209..1c56fe869 100644 --- a/gst/pcapparse/Makefile.am +++ b/gst/pcapparse/Makefile.am @@ -1,12 +1,5 @@ plugin_LTLIBRARIES = libgstpcapparse.la -# when compiling for windows we need to link with the winsock library -if HAVE_WINSOCK2_H - WINSOCK2_LIBS = -lws2_32 -else - WINSOCK2_LIBS = -endif - libgstpcapparse_la_SOURCES = \ gstpcapparse.c gstirtspparse.c plugin.c @@ -30,4 +23,4 @@ Android.mk: Makefile.am $(BUILT_SOURCES) -ldl \ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@
\ No newline at end of file + > $@ |