1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
vlc/modules/Makefile.am
Laurent Aimar 97dc478598 Remove access-filter support.
The GUI need to be updated (QT4/macosx/wx).
The module "dump" and "bandwidth" need to be ported to stream_filter.
2008-12-09 22:11:34 +01:00

32 lines
500 B
Makefile

BASE_SUBDIRS = \
access \
audio_filter \
audio_mixer \
audio_output \
codec \
control \
demux \
gui \
meta_engine \
misc \
packetizer \
services_discovery \
stream_filter \
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