gstreamer/tests/examples/Makefile.am
Stefan Kost 11a78399d8 camerabin: add camerabin examples
gst-camera is a gtk-test app to play with the imagecapture and videorecording.
gst-camera-perf is a tool to run various scenarios and take time meassurements
(e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be
in alphabetical order.
2009-06-22 13:40:36 +03:00

14 lines
253 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= directfb mxf scaletempo shapewipe switch