mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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>
|
||||
|
||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# 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 \
|
||||
floatcast \
|
||||
netbuffer \
|
||||
riff \
|
||||
rtp \
|
||||
tag \
|
||||
video
|
||||
|
||||
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|
||||
|
|
Loading…
Reference in a new issue