summaryrefslogtreecommitdiff
path: root/faad2/src/plugins/Makefile.am
blob: 6286f9f17212b716db292500e1f8a15a72d571f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if HAVE_MPEG4IP_PLUG
if HAVE_XMMS
SUBDIRS = xmms mpeg4ip
else
SUBDIRS = mpeg4ip
endif #HAVE_XMMS
else
if HAVE_XMMS
SUBDIRS = xmms
else
SUBDIRS =
endif #HAVE_XMMS
endif #HAVE_MPEG4IP_PLUG