mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
befa41cdf6
Set backchannel=onvif to enable, and use the 'push-backchannel-sample' action signal with the correct stream id.
25 lines
393 B
Makefile
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
|