mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
c980279fa4
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/winks/Makefile.am: * sys/winks/gstksclock.c: * sys/winks/gstksclock.h: * sys/winks/gstksvideodevice.c: * sys/winks/gstksvideodevice.h: * sys/winks/gstksvideosrc.c: * sys/winks/gstksvideosrc.h: * sys/winks/kshelpers.c: * sys/winks/kshelpers.h: * sys/winks/ksvideohelpers.c: * sys/winks/ksvideohelpers.h: New plugin for low-latency video capture on Windows (#519935). Uses Kernel Streaming, the lowest level API for doing video capture on Windows (more or less just raw ioctls).
9 lines
302 B
Makefile
9 lines
302 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 = \
|
|
gstksclock.c gstksclock.h \
|
|
gstksvideodevice.c gstksvideodevice.h \
|
|
gstksvideosrc.c gstksvideosrc.h \
|
|
kshelpers.c kshelpers.h \
|
|
ksvideohelpers.c ksvideohelpers.h
|