gstreamer/tests/examples/Makefile.am
Nirbheek Chauhan befa41cdf6 rtspsrc: Implement ONVIF backchannel support
Set backchannel=onvif to enable, and use the 'push-backchannel-sample'
action signal with the correct stream id.
2018-02-16 11:06:27 +02:00

25 lines
393 B
Makefile

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