blob: c9d9497ae6e064a071d885c35e80149c9c58734d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include $(top_srcdir)/misc/Makefile.common
# Order is important be careful changing SUBDIRS
SUBDIRS = \
xine-utils \
xine-engine \
audio_out \
audio_dec \
video_out \
video_dec \
spu_dec \
dxr3 \
input \
demuxers \
libw32dll \
libreal \
post \
combined \
vdr
|