mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
14 lines
243 B
Makefile
14 lines
243 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=scaletempo mxf
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe
|
|
DIST_SUBDIRS= directfb switch scaletempo shapewipe mxf
|