blob: d935ae45db508250d90c4d0ec683169480638b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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 \
rtsp \
sdp \
video
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|