From: David Schleef Date: Fri, 24 Dec 2010 22:02:08 +0000 (-0800) Subject: elements: reenable fdsrc/fdsink on MSVC X-Git-Tag: RELEASE-0.10.32~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3889c3c579f16fddd166561fee18c790bdf81afc;p=platform%2Fupstream%2Fgstreamer.git elements: reenable fdsrc/fdsink on MSVC --- diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index 66f6d2c..8019041 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -1,22 +1,14 @@ plugin_LTLIBRARIES = libgstcoreelements.la -if HAVE_SYS_SOCKET_H -GSTFDSRC = gstfdsrc.c -GSTFDSINK = gstfdsink.c -else -GSTFDSRC = -GSTFDSINK = -endif - libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la libgstcoreelements_la_SOURCES = \ gstcapsfilter.c \ gstelements.c \ gstfakesrc.c \ gstfakesink.c \ - $(GSTFDSRC) \ - $(GSTFDSINK) \ + gstfdsrc.c \ + gstfdsink.c \ gstfilesink.c \ gstfilesrc.c \ gstidentity.c \