mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
13 lines
336 B
Makefile
13 lines
336 B
Makefile
# This plugin isn't buildable with autotools at this point in time, so just
|
|
# ensure everything's listed in EXTRA_DIST
|
|
|
|
EXTRA_DIST = \
|
|
gstdshowaudiosrc.cpp \
|
|
gstdshowaudiosrc.h \
|
|
gstdshow.cpp \
|
|
gstdshowfakesink.cpp \
|
|
gstdshowfakesink.h \
|
|
gstdshow.h \
|
|
gstdshowsrcwrapper.cpp \
|
|
gstdshowvideosrc.cpp \
|
|
gstdshowvideosrc.h
|