mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
elements: reenable fdsrc/fdsink on MSVC
This commit is contained in:
parent
bdb6a9aeec
commit
3889c3c579
1 changed files with 2 additions and 10 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue