mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
91e2252ae1
tests/examples/Makefile.am: add mxf subdirectory gst-plugins.spec.in: add new plugins
14 lines
219 B
Makefile
14 lines
219 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=scaletempo
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch
|
|
DIST_SUBDIRS= directfb switch scaletempo mxf
|