blob: 52721205a93298e25552e900d85d2bb851e79c31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# The interfaces directory has to be built before the others,
# otherwise some generated header files will be missing for the
# plugins in the other directories.
# Also, the tag directory has to be built before the cdda directory.
SUBDIRS = \
interfaces \
tag \
audio \
cdda \
fft \
floatcast \
netbuffer \
pbutils \
riff \
rtp \
sdp \
rtsp \
video \
app
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|