summaryrefslogtreecommitdiff
path: root/gst/pcapparse
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pcapparse')
-rw-r--r--gst/pcapparse/Makefile.am9
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
+ > $@