mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +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
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue