gstreamer/tests/examples/Makefile.am
Jon Nordby 92808b1010 cairooverlay: Remove unnecessary gtk/gtk-x11 use in example.
This removes code, and allows the example to be used on any platform.

Fixes bug #643981.
2011-03-07 10:44:48 +01:00

19 lines
350 B
Makefile

if USE_JACK
JACK_DIR=jack
else
JACK_DIR=
endif
if USE_CAIRO_GOBJECT
CAIRO_DIR=cairo
else
CAIRO_DIR=
endif
SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse \
rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
DIST_SUBDIRS = audiofx equalizer jack level pulse \
rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
include $(top_srcdir)/common/parallel-subdirs.mak