You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
500 B
31 lines
500 B
BASE_SUBDIRS = \
|
|
access \
|
|
access_filter \
|
|
audio_filter \
|
|
audio_mixer \
|
|
audio_output \
|
|
codec \
|
|
control \
|
|
demux \
|
|
gui \
|
|
meta_engine \
|
|
misc \
|
|
packetizer \
|
|
services_discovery \
|
|
video_chroma \
|
|
video_filter \
|
|
video_output \
|
|
visualization
|
|
EXTRA_SUBDIRS = \
|
|
access_output \
|
|
mux \
|
|
stream_out
|
|
|
|
SUBDIRS = $(BASE_SUBDIRS)
|
|
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
|
|
if ENABLE_SOUT
|
|
SUBDIRS += access_output mux stream_out
|
|
endif
|
|
|
|
dist_noinst_SCRIPTS = genmf list.sh
|
|
dist_noinst_DATA = LIST
|
|
|