rtpvp8depay: Parse width/height/profile from keyframes
[platform/upstream/gst-plugins-good.git] / ext / Makefile.am
1 if USE_AALIB
2 AALIB_DIR = aalib
3 else
4 AALIB_DIR =
5 endif
6
7 if USE_CAIRO
8 CAIRO_DIR = cairo
9 else
10 CAIRO_DIR =
11 endif
12
13 if USE_FLAC
14 FLAC_DIR = flac
15 else
16 FLAC_DIR =
17 endif
18
19 if USE_GDK_PIXBUF
20 GDK_PIXBUF_DIR = gdk_pixbuf
21 else
22 GDK_PIXBUF_DIR =
23 endif
24
25 if USE_JACK
26 JACK_DIR=jack
27 else
28 JACK_DIR=
29 endif
30
31 if USE_JPEG
32 JPEG_DIR = jpeg
33 else
34 JPEG_DIR =
35 endif
36
37 if USE_LIBCACA
38 LIBCACA_DIR = libcaca
39 else
40 LIBCACA_DIR =
41 endif
42
43 if USE_LIBDV
44 LIBDV_DIR = dv
45 else
46 LIBDV_DIR =
47 endif
48
49 if USE_LIBPNG
50 LIBPNG_DIR = libpng
51 else
52 LIBPNG_DIR =
53 endif
54
55 # if USE_MIKMOD
56 # MIKMOD_DIR = mikmod
57 # else
58 MIKMOD_DIR =
59 # endif
60
61 if USE_DV1394
62 DV1394_DIR = raw1394
63 else
64 DV1394_DIR =
65 endif
66
67 if USE_PULSE
68 PULSE_DIR = pulse
69 else
70 PULSE_DIR =
71 endif
72
73
74 if USE_SHOUT2
75 SHOUT2_DIR = shout2
76 else
77 SHOUT2_DIR =
78 endif
79
80 if USE_SOUP
81 SOUP_DIR=soup
82 else
83 SOUP_DIR=
84 endif
85
86 if USE_SPEEX
87 SPEEX_DIR = speex
88 else
89 SPEEX_DIR =
90 endif
91
92 if USE_TAGLIB
93 TAGLIB_DIR = taglib
94 else
95 TAGLIB_DIR =
96 endif
97
98 if USE_VPX
99 VPX_DIR=vpx
100 else
101 VPX_DIR=
102 endif
103
104 if USE_WAVPACK
105 WAVPACK_DIR=wavpack
106 else
107 WAVPACK_DIR=
108 endif
109
110 SUBDIRS = \
111         $(AALIB_DIR) \
112         $(CAIRO_DIR) \
113         $(DV1394_DIR) \
114         $(FLAC_DIR) \
115         $(GDK_PIXBUF_DIR) \
116         $(JACK_DIR) \
117         $(JPEG_DIR) \
118         $(LIBCACA_DIR) \
119         $(LIBDV_DIR) \
120         $(LIBMNG_DIR) \
121         $(LIBPNG_DIR) \
122         $(MIKMOD_DIR) \
123         $(PULSE_DIR) \
124         $(SHOUT2_DIR) \
125         $(SOUP_DIR) \
126         $(SPEEX_DIR) \
127         $(TAGLIB_DIR) \
128         $(VPX_DIR) \
129         $(WAVPACK_DIR)
130
131 DIST_SUBDIRS = \
132         aalib \
133         cairo \
134         dv \
135         flac \
136         gdk_pixbuf \
137         jack \
138         jpeg \
139         libcaca \
140         libpng \
141         pulse \
142         raw1394 \
143         shout2 \
144         soup \
145         speex \
146         taglib \
147         vpx \
148         wavpack
149
150 include $(top_srcdir)/common/parallel-subdirs.mak