mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
10 lines
236 B
Makefile
10 lines
236 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 = \
|
||
|
dshowvideofakesrc.cpp \
|
||
|
dshowvideofakesrc.h \
|
||
|
dshowvideosink.cpp \
|
||
|
dshowvideosink.h
|
||
|
|