mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
e1fcd42a19
+ Add some markdown files to link between languages + Add a simple 'play timeline with one clip" example in C and python
22 lines
334 B
Makefile
22 lines
334 B
Makefile
if HAVE_GST_CHECK
|
|
CHECK_SUBDIRS= check
|
|
else
|
|
CHECK_SUBDIRS=
|
|
endif
|
|
|
|
if BUILD_BENCHMARKS
|
|
BENCHMARKS_SUBDIR=benchmarks
|
|
else
|
|
BENCHMARKS_SUBDIR=
|
|
endif
|
|
|
|
if HAVE_GST_VALIDATE
|
|
VALIDATE_SUBDIRS= validate
|
|
else
|
|
VALIDATE_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS= $(CHECK_SUBDIRS) $(BENCHMARKS_SUBDIR) $(VALIDATE_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = check benchmarks validate
|
|
|