mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
54094cd9ce
Add simple videotestsrc ! xvimagesink examples using gtk and qt. This patch also adds all boilerplate to configure for using c++. The qt based examples are optional like their gtk counterparts.
13 lines
238 B
Makefile
13 lines
238 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS = seek snapshot
|
|
else
|
|
FT2_SUBDIRS =
|
|
endif
|
|
|
|
if USE_GIO
|
|
GIO_SUBDIRS = gio
|
|
endif
|
|
|
|
SUBDIRS = app $(FT2_SUBDIRS) $(GIO_SUBDIRS) volume dynamic v4l overlay
|
|
|
|
DIST_SUBDIRS = app seek volume dynamic snapshot gio v4l overlay
|