mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
14 lines
263 B
Makefile
14 lines
263 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=camerabin mxf scaletempo
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) shapewipe switch
|
|
DIST_SUBDIRS= camerabin directfb mxf scaletempo shapewipe switch
|