mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
15 lines
398 B
Makefile
15 lines
398 B
Makefile
if HAVE_GTK
|
|
GTK_SUBDIRS = playback seek snapshot
|
|
endif
|
|
|
|
if USE_OPENGL
|
|
GL_DIR=gl
|
|
else
|
|
GL_DIR=
|
|
endif
|
|
|
|
SUBDIRS = app audio decodebin_next dynamic fft gio $(GL_DIR) $(GTK_SUBDIRS) overlay overlaycomposition playrec encoding
|
|
DIST_SUBDIRS = app audio dynamic decodebin_next fft gio gl playback overlay overlaycomposition seek snapshot playrec encoding
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|
|
|