mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
30469d45c0
-remove gst-libs/gst/dshow -fakesource is moved from gst-libs/gst/dshow to sys/dshowsrcwrapper -some minor changes (C/C++ check and includes) to make the plugin compile again.
14 lines
356 B
Makefile
Executable file
14 lines
356 B
Makefile
Executable file
# This plugin isn't buildable with autotools at this point in time, so just
|
|
# ensure everything's listed in EXTRA_DIST
|
|
|
|
EXTRA_DIST = \
|
|
gstdshowaudiosrc.c \
|
|
gstdshowaudiosrc.h \
|
|
gstdshow.cpp \
|
|
gstdshowfakesink.cpp \
|
|
gstdshowfakesink.h \
|
|
gstdshow.h \
|
|
gstdshowinterface.h \
|
|
gstdshowsrcwrapper.cpp \
|
|
gstdshowvideosrc.c \
|
|
gstdshowvideosrc.h
|