elements: reenable fdsrc/fdsink on MSVC

This commit is contained in:
David Schleef 2010-12-24 14:02:08 -08:00
parent bdb6a9aeec
commit 3889c3c579

View file

@ -1,22 +1,14 @@
plugin_LTLIBRARIES = libgstcoreelements.la 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_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
libgstcoreelements_la_SOURCES = \ libgstcoreelements_la_SOURCES = \
gstcapsfilter.c \ gstcapsfilter.c \
gstelements.c \ gstelements.c \
gstfakesrc.c \ gstfakesrc.c \
gstfakesink.c \ gstfakesink.c \
$(GSTFDSRC) \ gstfdsrc.c \
$(GSTFDSINK) \ gstfdsink.c \
gstfilesink.c \ gstfilesink.c \
gstfilesrc.c \ gstfilesrc.c \
gstidentity.c \ gstidentity.c \