fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
[platform/upstream/gst-plugins-good.git] / ext / Makefile.am
1 if USE_AUDIOFILE
2 AUDIOFILE_DIR=audiofile
3 else
4 AUDIOFILE_DIR=
5 endif
6
7 if USE_ESD
8 ESD_DIR=esd
9 else
10 ESD_DIR=
11 endif
12
13 if USE_LAME
14 LAME_DIR=lame
15 else
16 LAME_DIR=
17 endif
18
19 if USE_MAD
20 MAD_DIR=mad
21 else
22 MAD_DIR=
23 endif
24
25 if USE_SDL
26 SDL_DIR=sdl
27 else
28 SDL_DIR=
29 endif
30
31 if USE_VORBIS
32 VORBIS_DIR=vorbis
33 else
34 VORBIS_DIR=
35 endif
36
37
38 SUBDIRS=$(AUDIOFILE_DIR) $(ESD_DIR) $(LAME_DIR) $(MAD_DIR) \
39         $(SDL_DIR) $(VORBIS_DIR)
40
41 DIST_SUBDIRS=audiofile esd lame mad sdl vorbis