mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
gst-libs/gst/Makefile.am: Need to build tag directory before cdda.
Original commit message from CVS: * gst-libs/gst/Makefile.am: Need to build tag directory before cdda.
This commit is contained in:
parent
ae45b7d755
commit
77c1be94ad
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst-libs/gst/Makefile.am:
|
||||||
|
Need to build tag directory before cdda.
|
||||||
|
|
||||||
2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
|
2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# The interfaces directory has to be built before the others,
|
# The interfaces directory has to be built before the others,
|
||||||
# otherwise some generated header files will be missing for the
|
# otherwise some generated header files will be missing for the
|
||||||
# plugins in the other directories.
|
# plugins in the other directories.
|
||||||
|
# Also, the tag directory has to be built before the cdda directory.
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
interfaces \
|
interfaces \
|
||||||
|
tag \
|
||||||
audio \
|
audio \
|
||||||
cdda \
|
cdda \
|
||||||
floatcast \
|
floatcast \
|
||||||
netbuffer \
|
netbuffer \
|
||||||
riff \
|
riff \
|
||||||
rtp \
|
rtp \
|
||||||
tag \
|
|
||||||
video
|
video
|
||||||
|
|
||||||
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|
||||||
|
|
Loading…
Reference in a new issue