mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
0267b92c93
Original commit message from CVS: More work on capsnego proxying. It should be OK now. Added another testcase enum that shows various capsnego algorithms. Warn about pads that try to set a capability incompatible with their padtemplate. Implemented refcounting and copy_on_write for caps/props.
11 lines
211 B
Makefile
11 lines
211 B
Makefile
SUBDIRS =
|
|
|
|
testprogs = capsnego converter converter2 enum
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|