mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
385b9ee5c4
Original commit message from CVS: merge in tagging Includes: - gsttag.[ch] - The definition of GstTagList and tag registering/querying - gsttaginterface.[ch] - Interface for elements that can handle setting of tags - updates and merges to gststructure.[ch] and gstvalue.[ch] - testsuite/tags - some tests for tagging - bugfixes - updates to make make distcheck work - updates the version number to 0.7.2.1 Does not include: - including tagging stuff in docs - extensive tests
48 lines
661 B
Makefile
48 lines
661 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
if GST_DISABLE_AUTOPLUG
|
|
GST_AUTOPLUG_DIRS =
|
|
else
|
|
GST_AUTOPLUG_DIRS = autoplug helloworld2
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
helloworld \
|
|
queue \
|
|
queue2 \
|
|
queue3 \
|
|
queue4 \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
retag \
|
|
$(GST_LOADSAVE_DIRS) \
|
|
$(GST_AUTOPLUG_DIRS)
|
|
|
|
|
|
DIST_SUBDIRS = autoplug \
|
|
helloworld \
|
|
helloworld2 \
|
|
queue \
|
|
queue2 \
|
|
queue3 \
|
|
queue4 \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
xml \
|
|
typefind \
|
|
retag
|
|
|