Remove glib-compat-private.h stuff we don't need any more
[platform/upstream/gst-plugins-base.git] / ext / Makefile.am
1 if USE_ALSA
2 ALSA_DIR=alsa
3 else
4 ALSA_DIR=
5 endif
6
7 if USE_CDPARANOIA
8 CDPARANOIA_DIR=cdparanoia
9 else
10 CDPARANOIA_DIR=
11 endif
12
13 if USE_LIBVISUAL
14 LIBVISUAL_DIR=libvisual
15 else
16 LIBVISUAL_DIR=
17 endif
18
19 if USE_OGG
20 OGG_DIR=ogg
21 else
22 OGG_DIR=
23 endif
24
25 if USE_PANGO
26 PANGO_DIR = pango
27 else
28 PANGO_DIR =
29 endif
30
31 if USE_VORBIS
32 VORBIS_DIR=vorbis
33 endif
34
35 if USE_IVORBIS
36 VORBIS_DIR=vorbis
37 endif
38
39 if !USE_VORBIS
40 if !USE_IVORBIS
41 VORBIS_DIR=
42 endif
43 endif
44
45 if USE_THEORA
46 THEORA_DIR=theora
47 else
48 THEORA_DIR=
49 endif
50
51 SUBDIRS = \
52   $(ALSA_DIR) \
53   $(CDPARANOIA_DIR) \
54   $(LIBVISUAL_DIR) \
55   $(OGG_DIR) \
56   $(PANGO_DIR) \
57   $(THEORA_DIR) \
58   $(VORBIS_DIR)
59
60 DIST_SUBDIRS = \
61   alsa \
62   cdparanoia \
63   libvisual \
64   ogg \
65   pango \
66   theora \
67   vorbis
68
69 include $(top_srcdir)/common/parallel-subdirs.mak